com.multisoftgroup.jerry.server
Class XMPP_SSLServer
java.lang.Object
com.multisoftgroup.jerry.server.AbstractServer
com.multisoftgroup.jerry.server.XMPP_SSLServer
public class XMPP_SSLServer
- extends AbstractServer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createServer
public static XMPP_SSLServer createServer()
getName
protected String getName()
- Specified by:
getName in class AbstractServer
getPort
public int getPort()
- Specified by:
getPort in class AbstractServer
getServerSocketType
protected ServerSocketType getServerSocketType()
- Specified by:
getServerSocketType in class AbstractServer
initServer
protected void initServer()
throws IOException
- Specified by:
initServer in class AbstractServer
- Throws:
IOException
finalizeServer
protected void finalizeServer()
throws IOException
- Specified by:
finalizeServer in class AbstractServer
- Throws:
IOException
processConnection
public void processConnection(Socket socket)
throws IOException
- Specified by:
processConnection in class AbstractServer
- Throws:
IOException