|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SocketFactory
This interface is responsible to create appropriate server socket.
Method Summary | |
---|---|
java.net.ServerSocket |
createServerSocket()
Create the server socket. |
int |
getPort()
Get server port. |
java.net.InetAddress |
getServerAddress()
Get server address. |
SslConfiguration |
getSSL()
Get SSL component. |
Method Detail |
---|
java.net.ServerSocket createServerSocket() throws java.lang.Exception
java.lang.Exception
java.net.InetAddress getServerAddress()
InetAddress
obtained from host address from
SocketFactory
configuration, or null
if
not specified.int getPort()
SslConfiguration getSSL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |