C# Class java.net.DatagramSocket

Inheritance: java.lang.Object
Exibir arquivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
DatagramSocket ( int arg0 )
DatagramSocket ( int arg0, java arg1 )
DatagramSocket ( java arg0 )
bind ( java arg0 ) : void
close ( ) : void
connect ( java arg0 ) : void
connect ( java arg0, int arg1 ) : void
disconnect ( ) : void
getBroadcast ( ) : bool
getChannel ( ) : global::java.nio.channels.DatagramChannel
getInetAddress ( ) : global::java.net.InetAddress
getLocalAddress ( ) : global::java.net.InetAddress
getLocalPort ( ) : int
getLocalSocketAddress ( ) : global::java.net.SocketAddress
getPort ( ) : int
getReceiveBufferSize ( ) : int
getRemoteSocketAddress ( ) : global::java.net.SocketAddress
getReuseAddress ( ) : bool
getSendBufferSize ( ) : int
getSoTimeout ( ) : int
getTrafficClass ( ) : int
isBound ( ) : bool
isClosed ( ) : bool
isConnected ( ) : bool
receive ( java arg0 ) : void
send ( java arg0 ) : void
setBroadcast ( bool arg0 ) : void
setDatagramSocketImplFactory ( java arg0 ) : void
setReceiveBufferSize ( int arg0 ) : void
setReuseAddress ( bool arg0 ) : void
setSendBufferSize ( int arg0 ) : void
setSoTimeout ( int arg0 ) : void
setTrafficClass ( int arg0 ) : void

Protected Methods

Method Description
DatagramSocket ( global @__env )

Private Methods

Method Description
DatagramSocket ( )

Method Details

DatagramSocket() protected method

protected DatagramSocket ( global @__env )
@__env global

DatagramSocket() public method

public DatagramSocket ( int arg0 )
arg0 int

DatagramSocket() public method

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

DatagramSocket() public method

public DatagramSocket ( java arg0 )
arg0 java

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

disconnect() public method

public disconnect ( ) : void
return void

getBroadcast() public method

public getBroadcast ( ) : bool
return bool

getChannel() public method

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

getInetAddress() public method

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

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

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

getSoTimeout() public method

public getSoTimeout ( ) : int
return int

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

receive() public method

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

send() public method

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

setBroadcast() public method

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

setDatagramSocketImplFactory() public static method

public static setDatagramSocketImplFactory ( java arg0 ) : void
arg0 java
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

setSoTimeout() public method

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

setTrafficClass() public method

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