public interface SessionHandlerInterface
Implemented by classes that wait for an incoming session request.
Modifier and Type | Method and Description |
---|---|
void |
closeSessionHandler(NetworkServer server)
Close the session handler
|
String |
getHandlerName()
Return the protocol name
|
void |
initializeSessionHandler(NetworkServer server)
Initialize the session handler
|
String getHandlerName()
void initializeSessionHandler(NetworkServer server) throws IOException
server
- NetworkServerIOException
void closeSessionHandler(NetworkServer server)
Copyright © 2005–2018 Alfresco Software. All rights reserved.