com.multisoftgroup.jerry.server.net
Class BufferedServerSocket
java.lang.Object
java.net.ServerSocket
com.multisoftgroup.jerry.server.net.BufferedServerSocket
public class BufferedServerSocket
- extends ServerSocket
BufferedServerSocket
public BufferedServerSocket(ServerSocket serverSocket)
throws IOException
- Throws:
IOException
accept
public Socket accept()
throws IOException
- Overrides:
accept in class ServerSocket
- Throws:
IOException
setSoTimeout
public void setSoTimeout(int param)
throws SocketException
- Overrides:
setSoTimeout in class ServerSocket
- Throws:
SocketException
setReceiveBufferSize
public void setReceiveBufferSize(int param)
throws SocketException
- Overrides:
setReceiveBufferSize in class ServerSocket
- Throws:
SocketException
setReuseAddress
public void setReuseAddress(boolean param)
throws SocketException
- Overrides:
setReuseAddress in class ServerSocket
- Throws:
SocketException
bind
public void bind(SocketAddress socketAddress,
int param)
throws IOException
- Overrides:
bind in class ServerSocket
- Throws:
IOException
bind
public void bind(SocketAddress socketAddress)
throws IOException
- Overrides:
bind in class ServerSocket
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class ServerSocket
close
public void close()
throws IOException
- Overrides:
close in class ServerSocket
- Throws:
IOException
getChannel
public ServerSocketChannel getChannel()
- Overrides:
getChannel in class ServerSocket
getInetAddress
public InetAddress getInetAddress()
- Overrides:
getInetAddress in class ServerSocket
getLocalPort
public int getLocalPort()
- Overrides:
getLocalPort in class ServerSocket
getLocalSocketAddress
public SocketAddress getLocalSocketAddress()
- Overrides:
getLocalSocketAddress in class ServerSocket
getReceiveBufferSize
public int getReceiveBufferSize()
throws SocketException
- Overrides:
getReceiveBufferSize in class ServerSocket
- Throws:
SocketException
getReuseAddress
public boolean getReuseAddress()
throws SocketException
- Overrides:
getReuseAddress in class ServerSocket
- Throws:
SocketException
getSoTimeout
public int getSoTimeout()
throws IOException
- Overrides:
getSoTimeout in class ServerSocket
- Throws:
IOException
isBound
public boolean isBound()
- Overrides:
isBound in class ServerSocket
isClosed
public boolean isClosed()
- Overrides:
isClosed in class ServerSocket
setPerformancePreferences
public void setPerformancePreferences(int param,
int param1,
int param2)
- Overrides:
setPerformancePreferences in class ServerSocket
getEnabledCipherSuites
public String[] getEnabledCipherSuites()
setEnabledCipherSuites
public void setEnabledCipherSuites(String[] stringArray)
getSupportedCipherSuites
public String[] getSupportedCipherSuites()
getSupportedProtocols
public String[] getSupportedProtocols()
getEnabledProtocols
public String[] getEnabledProtocols()
setEnabledProtocols
public void setEnabledProtocols(String[] stringArray)
setNeedClientAuth
public void setNeedClientAuth(boolean _boolean)
getNeedClientAuth
public boolean getNeedClientAuth()
setWantClientAuth
public void setWantClientAuth(boolean _boolean)
getWantClientAuth
public boolean getWantClientAuth()
setUseClientMode
public void setUseClientMode(boolean _boolean)
getUseClientMode
public boolean getUseClientMode()
setEnableSessionCreation
public void setEnableSessionCreation(boolean _boolean)
getEnableSessionCreation
public boolean getEnableSessionCreation()