org.jboss.crypto
Class CipherServerSocket

java.lang.Object
  extended by java.net.ServerSocket
      extended by org.jboss.crypto.CipherServerSocket

public class CipherServerSocket
extends ServerSocket

Author:
Scott.Stark@jboss.org

Constructor Summary
CipherServerSocket(int port, int backlog, InetAddress bindAddr, String algorithm, SecretKey key)
          Creates a new instance of CipherServerSocket
 
Method Summary
 Socket accept()
           
 
Methods inherited from class java.net.ServerSocket
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CipherServerSocket

public CipherServerSocket(int port,
                          int backlog,
                          InetAddress bindAddr,
                          String algorithm,
                          SecretKey key)
                   throws IOException
Creates a new instance of CipherServerSocket

Throws:
IOException
Method Detail

accept

public Socket accept()
              throws IOException
Overrides:
accept in class ServerSocket
Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.