Save This Page
Home » openjdk-7 » sun » nio » ch » [javadoc | source]
sun.nio.ch
public class: SocketAdaptor [javadoc | source]
java.lang.Object
   java.net.Socket
      sun.nio.ch.SocketAdaptor
Method from sun.nio.ch.SocketAdaptor Summary:
bind,   close,   connect,   connect,   create,   getChannel,   getInetAddress,   getInputStream,   getKeepAlive,   getLocalAddress,   getLocalPort,   getOOBInline,   getOutputStream,   getPort,   getReceiveBufferSize,   getReuseAddress,   getSendBufferSize,   getSoLinger,   getSoTimeout,   getTcpNoDelay,   getTrafficClass,   isBound,   isClosed,   isConnected,   isInputShutdown,   isOutputShutdown,   sendUrgentData,   setKeepAlive,   setOOBInline,   setReceiveBufferSize,   setReuseAddress,   setSendBufferSize,   setSoLinger,   setSoTimeout,   setTcpNoDelay,   setTrafficClass,   shutdownInput,   shutdownOutput,   toString
Methods from java.net.Socket:
bind,   close,   connect,   connect,   getChannel,   getInetAddress,   getInputStream,   getKeepAlive,   getLocalAddress,   getLocalPort,   getLocalSocketAddress,   getOOBInline,   getOutputStream,   getPort,   getReceiveBufferSize,   getRemoteSocketAddress,   getReuseAddress,   getSendBufferSize,   getSoLinger,   getSoTimeout,   getTcpNoDelay,   getTrafficClass,   isBound,   isClosed,   isConnected,   isInputShutdown,   isOutputShutdown,   sendUrgentData,   setKeepAlive,   setOOBInline,   setPerformancePreferences,   setReceiveBufferSize,   setReuseAddress,   setSendBufferSize,   setSoLinger,   setSoTimeout,   setSocketImplFactory,   setTcpNoDelay,   setTrafficClass,   shutdownInput,   shutdownOutput,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.nio.ch.SocketAdaptor Detail:
 public  void bind(SocketAddress local) throws IOException 
 public  void close() throws IOException 
 public  void connect(SocketAddress remote) throws IOException 
 public  void connect(SocketAddress remote,
    int timeout) throws IOException 
 public static Socket create(SocketChannelImpl sc) 
 public SocketChannel getChannel() 
 public InetAddress getInetAddress() 
 public InputStream getInputStream() throws IOException 
 public boolean getKeepAlive() throws SocketException 
 public InetAddress getLocalAddress() 
 public int getLocalPort() 
 public boolean getOOBInline() throws SocketException 
 public OutputStream getOutputStream() throws IOException 
 public int getPort() 
 public int getReceiveBufferSize() throws SocketException 
 public boolean getReuseAddress() throws SocketException 
 public int getSendBufferSize() throws SocketException 
 public int getSoLinger() throws SocketException 
 public int getSoTimeout() throws SocketException 
 public boolean getTcpNoDelay() throws SocketException 
 public int getTrafficClass() throws SocketException 
 public boolean isBound() 
 public boolean isClosed() 
 public boolean isConnected() 
 public boolean isInputShutdown() 
 public boolean isOutputShutdown() 
 public  void sendUrgentData(int data) throws IOException 
 public  void setKeepAlive(boolean on) throws SocketException 
 public  void setOOBInline(boolean on) throws SocketException 
 public  void setReceiveBufferSize(int size) throws SocketException 
 public  void setReuseAddress(boolean on) throws SocketException 
 public  void setSendBufferSize(int size) throws SocketException 
 public  void setSoLinger(boolean on,
    int linger) throws SocketException 
 public  void setSoTimeout(int timeout) throws SocketException 
 public  void setTcpNoDelay(boolean on) throws SocketException 
 public  void setTrafficClass(int tc) throws SocketException 
 public  void shutdownInput() throws IOException 
 public  void shutdownOutput() throws IOException 
 public String toString()