C# Class java.net.DatagramSocketImpl_

Inheritance: java.net.DatagramSocketImpl
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
getOption ( int arg0 ) : global::java.lang.Object
setOption ( int arg0, java arg1 ) : void

Protected Methods

Method Description
bind ( int arg0, java arg1 ) : void
close ( ) : void
create ( ) : void
getTTL ( ) : byte
getTimeToLive ( ) : int
join ( java arg0 ) : void
joinGroup ( java arg0, java arg1 ) : void
leave ( java arg0 ) : void
leaveGroup ( java arg0, java arg1 ) : void
peek ( java arg0 ) : int
peekData ( java arg0 ) : int
receive ( java arg0 ) : void
send ( java arg0 ) : void
setTTL ( byte arg0 ) : void
setTimeToLive ( int arg0 ) : void

Private Methods

Method Description
DatagramSocketImpl_ ( )
DatagramSocketImpl_ ( global @__env )

Method Details

bind() protected method

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

close() protected method

protected close ( ) : void
return void

create() protected method

protected create ( ) : void
return void

getOption() public method

public getOption ( int arg0 ) : global::java.lang.Object
arg0 int
return global::java.lang.Object

getTTL() protected method

protected getTTL ( ) : byte
return byte

getTimeToLive() protected method

protected getTimeToLive ( ) : int
return int

join() protected method

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

joinGroup() protected method

protected joinGroup ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

leave() protected method

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

leaveGroup() protected method

protected leaveGroup ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

peek() protected method

protected peek ( java arg0 ) : int
arg0 java
return int

peekData() protected method

protected peekData ( java arg0 ) : int
arg0 java
return int

receive() protected method

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

send() protected method

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

setOption() public method

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

setTTL() protected method

protected setTTL ( byte arg0 ) : void
arg0 byte
return void

setTimeToLive() protected method

protected setTimeToLive ( int arg0 ) : void
arg0 int
return void