C# Class java.net.ServerSocket

Mostrar archivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ServerSocket ( int arg0 )
ServerSocket ( int arg0, int arg1 )
ServerSocket ( int arg0, int arg1, java arg2 )
accept ( ) : global::java.net.Socket
bind ( java arg0 ) : void
bind ( java arg0, int arg1 ) : void
close ( ) : void
getChannel ( ) : global::java.nio.channels.ServerSocketChannel
getInetAddress ( ) : global::java.net.InetAddress
getLocalPort ( ) : int
getLocalSocketAddress ( ) : global::java.net.SocketAddress
getReceiveBufferSize ( ) : int
getReuseAddress ( ) : bool
getSoTimeout ( ) : int
isBound ( ) : bool
isClosed ( ) : bool
setPerformancePreferences ( int arg0, int arg1, int arg2 ) : void
setReceiveBufferSize ( int arg0 ) : void
setReuseAddress ( bool arg0 ) : void
setSoTimeout ( int arg0 ) : void
setSocketFactory ( java arg0 ) : void
toString ( ) : global::java.lang.String

Protected Methods

Method Description
ServerSocket ( global @__env )
implAccept ( java arg0 ) : void

Private Methods

Method Description
ServerSocket ( )

Method Details

ServerSocket() protected method

protected ServerSocket ( global @__env )
@__env global

ServerSocket() public method

public ServerSocket ( int arg0 )
arg0 int

ServerSocket() public method

public ServerSocket ( int arg0, int arg1 )
arg0 int
arg1 int

ServerSocket() public method

public ServerSocket ( int arg0, int arg1, java arg2 )
arg0 int
arg1 int
arg2 java

accept() public method

public accept ( ) : global::java.net.Socket
return global::java.net.Socket

bind() public method

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

bind() public method

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

close() public method

public close ( ) : void
return void

getChannel() public method

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

getInetAddress() public method

public getInetAddress ( ) : 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

getReceiveBufferSize() public method

public getReceiveBufferSize ( ) : int
return int

getReuseAddress() public method

public getReuseAddress ( ) : bool
return bool

getSoTimeout() public method

public getSoTimeout ( ) : int
return int

implAccept() protected method

protected implAccept ( java arg0 ) : void
arg0 java
return void

isBound() public method

public isBound ( ) : bool
return bool

isClosed() public method

public isClosed ( ) : bool
return bool

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

setSoTimeout() public method

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

setSocketFactory() public static method

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

toString() public method

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