| java.lang.Object java.net.SocketImpl java.net.AbstractPlainSocketImpl java.net.PlainSocketImpl
Method Summary | |
protected synchronized void | accept(SocketImpl s) | FileDescriptor | acquireFD() | protected synchronized void | bind(InetAddress address, int lport) | protected void | close() | protected void | connect(String host, int port) | protected void | connect(InetAddress address, int port) | protected void | connect(SocketAddress address, int timeout) | protected synchronized void | create(boolean stream) | synchronized void | doConnect(InetAddress address, int port, int timeout) | protected FileDescriptor | getFileDescriptor() | protected InetAddress | getInetAddress() | protected synchronized InputStream | getInputStream() | protected int | getLocalPort() | public Object | getOption(int opt) | protected synchronized OutputStream | getOutputStream() | protected int | getPort() | ServerSocket | getServerSocket() | Socket | getSocket() | public int | getTimeout() | public boolean | isClosedOrPending() | public boolean | isConnectionReset() | public boolean | isConnectionResetPending() | void | releaseFD() | void | reset() | protected void | sendUrgentData(int data) | void | setAddress(InetAddress address) | public void | setConnectionReset() | public void | setConnectionResetPending() | void | setFileDescriptor(FileDescriptor fd) | void | setInputStream(SocketInputStream in) | void | setLocalPort(int localPort) | public void | setOption(int opt, Object val) | void | setPort(int port) | void | setServerSocket(ServerSocket soc) | void | setSocket(Socket soc) | protected void | shutdownInput() | protected void | shutdownOutput() | void | socketAccept(SocketImpl s) | int | socketAvailable() | void | socketBind(InetAddress address, int port) | void | socketClose0(boolean useDeferredClose) | void | socketConnect(InetAddress address, int port, int timeout) | void | socketCreate(boolean isServer) | int | socketGetOption(int opt, Object iaContainerObj) | int | socketGetOption1(int opt, Object iaContainerObj, FileDescriptor fd) | void | socketListen(int count) | void | socketSendUrgentData(int data) | void | socketSetOption(int cmd, boolean on, Object value) | void | socketShutdown(int howto) | public String | toString() |
PlainSocketImpl | PlainSocketImpl()(Code) | | Constructs an empty instance.
|
PlainSocketImpl | PlainSocketImpl(FileDescriptor fd)(Code) | | Constructs an instance with the given file descriptor.
|
getLocalPort | protected int getLocalPort()(Code) | | |
getPort | protected int getPort()(Code) | | |
getTimeout | public int getTimeout()(Code) | | |
isClosedOrPending | public boolean isClosedOrPending()(Code) | | |
isConnectionReset | public boolean isConnectionReset()(Code) | | |
isConnectionResetPending | public boolean isConnectionResetPending()(Code) | | |
releaseFD | void releaseFD()(Code) | | |
setConnectionReset | public void setConnectionReset()(Code) | | |
setConnectionResetPending | public void setConnectionResetPending()(Code) | | |
setLocalPort | void setLocalPort(int localPort)(Code) | | |
setPort | void setPort(int port)(Code) | | |
Methods inherited from java.net.AbstractPlainSocketImpl | protected synchronized void accept(SocketImpl s) throws IOException(Code)(Java Doc) FileDescriptor acquireFD()(Code)(Java Doc) protected synchronized int available() throws IOException(Code)(Java Doc) protected synchronized void bind(InetAddress address, int lport) throws IOException(Code)(Java Doc) protected void close() throws IOException(Code)(Java Doc) protected void connect(String host, int port) throws UnknownHostException, IOException(Code)(Java Doc) protected void connect(InetAddress address, int port) throws IOException(Code)(Java Doc) protected void connect(SocketAddress address, int timeout) throws IOException(Code)(Java Doc) protected synchronized void create(boolean stream) throws IOException(Code)(Java Doc) synchronized void doConnect(InetAddress address, int port, int timeout) throws IOException(Code)(Java Doc) protected void finalize() throws IOException(Code)(Java Doc) protected synchronized InputStream getInputStream() throws IOException(Code)(Java Doc) public Object getOption(int opt) throws SocketException(Code)(Java Doc) protected synchronized OutputStream getOutputStream() throws IOException(Code)(Java Doc) public int getTimeout()(Code)(Java Doc) public boolean isClosedOrPending()(Code)(Java Doc) public boolean isConnectionReset()(Code)(Java Doc) public boolean isConnectionResetPending()(Code)(Java Doc) protected synchronized void listen(int count) throws IOException(Code)(Java Doc) void releaseFD()(Code)(Java Doc) void reset() throws IOException(Code)(Java Doc) protected void sendUrgentData(int data) throws IOException(Code)(Java Doc) void setAddress(InetAddress address)(Code)(Java Doc) public void setConnectionReset()(Code)(Java Doc) public void setConnectionResetPending()(Code)(Java Doc) void setFileDescriptor(FileDescriptor fd)(Code)(Java Doc) void setInputStream(SocketInputStream in)(Code)(Java Doc) void setLocalPort(int localport)(Code)(Java Doc) public void setOption(int opt, Object val) throws SocketException(Code)(Java Doc) void setPort(int port)(Code)(Java Doc) protected void shutdownInput() throws IOException(Code)(Java Doc) protected void shutdownOutput() throws IOException(Code)(Java Doc) abstract void socketAccept(SocketImpl s) throws IOException(Code)(Java Doc) abstract int socketAvailable() throws IOException(Code)(Java Doc) abstract void socketBind(InetAddress address, int port) throws IOException(Code)(Java Doc) protected void socketClose() throws IOException(Code)(Java Doc) abstract void socketClose0(boolean useDeferredClose) throws IOException(Code)(Java Doc) abstract void socketConnect(InetAddress address, int port, int timeout) throws IOException(Code)(Java Doc) abstract void socketCreate(boolean isServer) throws IOException(Code)(Java Doc) abstract int socketGetOption(int opt, Object iaContainerObj) throws SocketException(Code)(Java Doc) abstract int socketGetOption1(int opt, Object iaContainerObj, FileDescriptor fd) throws SocketException(Code)(Java Doc) abstract void socketListen(int count) throws IOException(Code)(Java Doc) abstract void socketSendUrgentData(int data) throws IOException(Code)(Java Doc) abstract void socketSetOption(int cmd, boolean on, Object value) throws SocketException(Code)(Java Doc) abstract void socketShutdown(int howto) throws IOException(Code)(Java Doc) protected boolean supportsUrgentData()(Code)(Java Doc)
|
|
|