|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiplexConnectionServerIfc
Create a listener SSL socket and wait for requests to come in. When a MultiplexConnection is made, a client is notified so that it can initialize channels on the freshly minted MultiplexConnection. This class derives from Thread and is meant to be spawned off as a separate Thread.
MultiplexConnectionServerIfc
Method Summary | |
---|---|
java.lang.String |
getHost()
Return the machines address. |
int |
getPort()
Return the port number this server is listening on. |
void |
run()
Start the service running. |
void |
shutdownAll()
Shutdown all active connections, including the server connection. |
Method Detail |
---|
void run()
void shutdownAll() throws java.io.IOException
java.io.IOException
- If the service reports an error during shutdown.int getPort()
java.lang.String getHost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |