C# Class java.net.ServerSocket

Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ServerSocket ( global @__env )
implAccept ( java arg0 ) : void

Private Methods

Méthode Description
ServerSocket ( )

Method Details

ServerSocket() protected méthode

protected ServerSocket ( global @__env )
@__env global

ServerSocket() public méthode

public ServerSocket ( int arg0 )
arg0 int

ServerSocket() public méthode

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

ServerSocket() public méthode

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

accept() public méthode

public accept ( ) : global::java.net.Socket
Résultat global::java.net.Socket

bind() public méthode

public bind ( java arg0 ) : void
arg0 java
Résultat void

bind() public méthode

public bind ( java arg0, int arg1 ) : void
arg0 java
arg1 int
Résultat void

close() public méthode

public close ( ) : void
Résultat void

getChannel() public méthode

public getChannel ( ) : global::java.nio.channels.ServerSocketChannel
Résultat global::java.nio.channels.ServerSocketChannel

getInetAddress() public méthode

public getInetAddress ( ) : global::java.net.InetAddress
Résultat global::java.net.InetAddress

getLocalPort() public méthode

public getLocalPort ( ) : int
Résultat int

getLocalSocketAddress() public méthode

public getLocalSocketAddress ( ) : global::java.net.SocketAddress
Résultat global::java.net.SocketAddress

getReceiveBufferSize() public méthode

public getReceiveBufferSize ( ) : int
Résultat int

getReuseAddress() public méthode

public getReuseAddress ( ) : bool
Résultat bool

getSoTimeout() public méthode

public getSoTimeout ( ) : int
Résultat int

implAccept() protected méthode

protected implAccept ( java arg0 ) : void
arg0 java
Résultat void

isBound() public méthode

public isBound ( ) : bool
Résultat bool

isClosed() public méthode

public isClosed ( ) : bool
Résultat bool

setPerformancePreferences() public méthode

public setPerformancePreferences ( int arg0, int arg1, int arg2 ) : void
arg0 int
arg1 int
arg2 int
Résultat void

setReceiveBufferSize() public méthode

public setReceiveBufferSize ( int arg0 ) : void
arg0 int
Résultat void

setReuseAddress() public méthode

public setReuseAddress ( bool arg0 ) : void
arg0 bool
Résultat void

setSoTimeout() public méthode

public setSoTimeout ( int arg0 ) : void
arg0 int
Résultat void

setSocketFactory() public static méthode

public static setSocketFactory ( java arg0 ) : void
arg0 java
Résultat void

toString() public méthode

public toString ( ) : global::java.lang.String
Résultat global::java.lang.String