Openfire-connectionmanager / src / java / org / jivesoftware / multiplexer / net /
@Gaston Dombiak Gaston Dombiak authored on 11 Jan 2007
..
http Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ClientConnectionHandler.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ClientStanzaHandler.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
ConnectionHandler.java Optimization - removed creation of DOM objects and just pass strings from clients to server. Still pending same optimization from server to clients but first we need to use MINA for that. 18 years ago
DNSUtil.java Initial version. JM-666 18 years ago
MXParser.java Initial version. JM-666 18 years ago
NIOConnection.java Optimization - replaced Map with single listener entry with instance variable that keeps the listener. E.g. 30K connections ==> 30K Maps.... 18 years ago
SSLConfig.java Added SSL support 18 years ago
SSLJiveKeyManagerFactory.java Initial version. JM-666 18 years ago
SSLJiveServerSocketFactory.java Initial version. JM-666 18 years ago
SSLJiveTrustManagerFactory.java Initial version. JM-666 18 years ago
ServerTrustManager.java Modified to use MINA. JM-907 18 years ago
SocketConnection.java Fixed NPE error. 18 years ago
SocketSendingTracker.java Initial version. JM-666 18 years ago
StanzaHandler.java Run stringprep operations to incoming stanzas. JM-926 18 years ago
TLSStatus.java Initial version. JM-666 18 years ago
TLSStreamHandler.java 1. Fixed "null cert chain" error. JM-796 18 years ago
TLSStreamReader.java Initial version. JM-666 18 years ago
TLSStreamWriter.java Initial version. JM-666 18 years ago
TLSWrapper.java Initial version. JM-666 18 years ago
XMLLightweightParser.java Fixed parsing to skip LF, CR, etc before stream header elements. 18 years ago
XMLSocketWriter.java Initial version. JM-666 18 years ago
XMPPCodecFactory.java Initial version. JM-907 18 years ago
XMPPDecoder.java Initial version. JM-907 18 years ago
XMPPEncoder.java Initial version. JM-907 18 years ago