|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.ServerSocket
org.jboss.crypto.CipherServerSocket
Constructor Summary | |
CipherServerSocket(int port,
int backlog,
java.net.InetAddress bindAddr,
java.lang.String algorithm,
javax.crypto.SecretKey key)
Creates a new instance of CipherServerSocket |
Method Summary | |
java.net.Socket |
accept()
|
Methods inherited from class java.net.ServerSocket |
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CipherServerSocket(int port, int backlog, java.net.InetAddress bindAddr, java.lang.String algorithm, javax.crypto.SecretKey key) throws java.io.IOException
Method Detail |
public java.net.Socket accept() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |