Method |
Description |
|
Socket ( java arg0 ) |
|
|
Socket ( java arg0, int arg1 ) |
|
|
Socket ( java arg0, int arg1, bool arg2 ) |
|
|
Socket ( java arg0, int arg1, java arg2, int arg3 ) |
|
|
bind ( java arg0 ) : void |
|
|
close ( ) : void |
|
|
connect ( java arg0 ) : void |
|
|
connect ( java arg0, int arg1 ) : void |
|
|
getChannel ( ) : global::java.nio.channels.SocketChannel |
|
|
getInetAddress ( ) : global::java.net.InetAddress |
|
|
getInputStream ( ) : global::java.io.InputStream |
|
|
getKeepAlive ( ) : bool |
|
|
getLocalAddress ( ) : global::java.net.InetAddress |
|
|
getLocalPort ( ) : int |
|
|
getLocalSocketAddress ( ) : global::java.net.SocketAddress |
|
|
getOOBInline ( ) : bool |
|
|
getOutputStream ( ) : global::java.io.OutputStream |
|
|
getPort ( ) : int |
|
|
getReceiveBufferSize ( ) : int |
|
|
getRemoteSocketAddress ( ) : global::java.net.SocketAddress |
|
|
getReuseAddress ( ) : bool |
|
|
getSendBufferSize ( ) : int |
|
|
getSoLinger ( ) : int |
|
|
getSoTimeout ( ) : int |
|
|
getTcpNoDelay ( ) : bool |
|
|
getTrafficClass ( ) : int |
|
|
isBound ( ) : bool |
|
|
isClosed ( ) : bool |
|
|
isConnected ( ) : bool |
|
|
isInputShutdown ( ) : bool |
|
|
isOutputShutdown ( ) : bool |
|
|
sendUrgentData ( int arg0 ) : void |
|
|
setKeepAlive ( bool arg0 ) : void |
|
|
setOOBInline ( bool arg0 ) : void |
|
|
setPerformancePreferences ( int arg0, int arg1, int arg2 ) : void |
|
|
setReceiveBufferSize ( int arg0 ) : void |
|
|
setReuseAddress ( bool arg0 ) : void |
|
|
setSendBufferSize ( int arg0 ) : void |
|
|
setSoLinger ( bool arg0, int arg1 ) : void |
|
|
setSoTimeout ( int arg0 ) : void |
|
|
setSocketImplFactory ( java arg0 ) : void |
|
|
setTcpNoDelay ( bool arg0 ) : void |
|
|
setTrafficClass ( int arg0 ) : void |
|
|
shutdownInput ( ) : void |
|
|
shutdownOutput ( ) : void |
|
|
toString ( ) : global::java.lang.String |
|
|