public class FastServer extends Object implements ConnectionListener
NULL
Constructor and Description |
---|
FastServer(String serverName,
SessionProtocol sessionProtocol,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
listen() |
void |
onConnect(Connection connection) |
void |
setErrorHandler(ErrorHandler errorHandler) |
void |
setSessionHandler(SessionHandler sessionHandler) |
public FastServer(String serverName, SessionProtocol sessionProtocol, Endpoint endpoint)
public void listen()
public void close() throws FastConnectionException
FastConnectionException
public void setErrorHandler(ErrorHandler errorHandler)
public void onConnect(Connection connection)
onConnect
in interface ConnectionListener
public void setSessionHandler(SessionHandler sessionHandler)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.