C# Class java.net.SocketImpl_

Inheritance: java.net.SocketImpl
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
accept ( java arg0 ) : void
available ( ) : int
bind ( java arg0, int arg1 ) : void
close ( ) : void
connect ( java arg0, int arg1 ) : void
create ( bool arg0 ) : void
getInputStream ( ) : global::java.io.InputStream
getOutputStream ( ) : global::java.io.OutputStream
listen ( int arg0 ) : void
sendUrgentData ( int arg0 ) : void

Private Methods

Method Description
SocketImpl_ ( )
SocketImpl_ ( global @__env )

Method Details

accept() protected method

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

available() protected method

protected available ( ) : int
return int

bind() protected method

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

close() protected method

protected close ( ) : void
return void

connect() protected method

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

create() protected method

protected create ( bool arg0 ) : void
arg0 bool
return void

getInputStream() protected method

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

getOption() public method

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

getOutputStream() protected method

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

listen() protected method

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

sendUrgentData() protected method

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

setOption() public method

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