C# Class java.net.Socket

Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Socket ( global @__env )

Private Methods

Method Description
Socket ( )

Method Details

Socket() protected method

protected Socket ( global @__env )
@__env global

Socket() public method

public Socket ( java arg0 )
arg0 java

Socket() public method

public Socket ( java arg0, int arg1 )
arg0 java
arg1 int

Socket() public method

public Socket ( java arg0, int arg1, bool arg2 )
arg0 java
arg1 int
arg2 bool

Socket() public method

public Socket ( java arg0, int arg1, java arg2, int arg3 )
arg0 java
arg1 int
arg2 java
arg3 int

bind() public method

public bind ( java arg0 ) : void
arg0 java
return void

close() public method

public close ( ) : void
return void

connect() public method

public connect ( java arg0 ) : void
arg0 java
return void

connect() public method

public connect ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

getChannel() public method

public getChannel ( ) : global::java.nio.channels.SocketChannel
return global::java.nio.channels.SocketChannel

getInetAddress() public method

public getInetAddress ( ) : global::java.net.InetAddress
return global::java.net.InetAddress

getInputStream() public method

public getInputStream ( ) : global::java.io.InputStream
return global::java.io.InputStream

getKeepAlive() public method

public getKeepAlive ( ) : bool
return bool

getLocalAddress() public method

public getLocalAddress ( ) : global::java.net.InetAddress
return global::java.net.InetAddress

getLocalPort() public method

public getLocalPort ( ) : int
return int

getLocalSocketAddress() public method

public getLocalSocketAddress ( ) : global::java.net.SocketAddress
return global::java.net.SocketAddress

getOOBInline() public method

public getOOBInline ( ) : bool
return bool

getOutputStream() public method

public getOutputStream ( ) : global::java.io.OutputStream
return global::java.io.OutputStream

getPort() public method

public getPort ( ) : int
return int

getReceiveBufferSize() public method

public getReceiveBufferSize ( ) : int
return int

getRemoteSocketAddress() public method

public getRemoteSocketAddress ( ) : global::java.net.SocketAddress
return global::java.net.SocketAddress

getReuseAddress() public method

public getReuseAddress ( ) : bool
return bool

getSendBufferSize() public method

public getSendBufferSize ( ) : int
return int

getSoLinger() public method

public getSoLinger ( ) : int
return int

getSoTimeout() public method

public getSoTimeout ( ) : int
return int

getTcpNoDelay() public method

public getTcpNoDelay ( ) : bool
return bool

getTrafficClass() public method

public getTrafficClass ( ) : int
return int

isBound() public method

public isBound ( ) : bool
return bool

isClosed() public method

public isClosed ( ) : bool
return bool

isConnected() public method

public isConnected ( ) : bool
return bool

isInputShutdown() public method

public isInputShutdown ( ) : bool
return bool

isOutputShutdown() public method

public isOutputShutdown ( ) : bool
return bool

sendUrgentData() public method

public sendUrgentData ( int arg0 ) : void
arg0 int
return void

setKeepAlive() public method

public setKeepAlive ( bool arg0 ) : void
arg0 bool
return void

setOOBInline() public method

public setOOBInline ( bool arg0 ) : void
arg0 bool
return void

setPerformancePreferences() public method

public setPerformancePreferences ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
return void

setReceiveBufferSize() public method

public setReceiveBufferSize ( int arg0 ) : void
arg0 int
return void

setReuseAddress() public method

public setReuseAddress ( bool arg0 ) : void
arg0 bool
return void

setSendBufferSize() public method

public setSendBufferSize ( int arg0 ) : void
arg0 int
return void

setSoLinger() public method

public setSoLinger ( bool arg0, int arg1 ) : void
arg0 bool
arg1 int
return void

setSoTimeout() public method

public setSoTimeout ( int arg0 ) : void
arg0 int
return void

setSocketImplFactory() public static method

public static setSocketImplFactory ( java arg0 ) : void
arg0 java
return void

setTcpNoDelay() public method

public setTcpNoDelay ( bool arg0 ) : void
arg0 bool
return void

setTrafficClass() public method

public setTrafficClass ( int arg0 ) : void
arg0 int
return void

shutdownInput() public method

public shutdownInput ( ) : void
return void

shutdownOutput() public method

public shutdownOutput ( ) : void
return void

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String