C# Class java.net.SocketImpl_

Inheritance: java.net.SocketImpl
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
SocketImpl_ ( )
SocketImpl_ ( global @__env )

Method Details

accept() protected méthode

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

available() protected méthode

protected available ( ) : int
Résultat int

bind() protected méthode

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

close() protected méthode

protected close ( ) : void
Résultat void

connect() protected méthode

protected connect ( java arg0, int arg1 ) : void
arg0 java
arg1 int
Résultat void

create() protected méthode

protected create ( bool arg0 ) : void
arg0 bool
Résultat void

getInputStream() protected méthode

protected getInputStream ( ) : global::java.io.InputStream
Résultat global::java.io.InputStream

getOption() public méthode

public getOption ( int arg0 ) : global::java.lang.Object
arg0 int
Résultat global::java.lang.Object

getOutputStream() protected méthode

protected getOutputStream ( ) : global::java.io.OutputStream
Résultat global::java.io.OutputStream

listen() protected méthode

protected listen ( int arg0 ) : void
arg0 int
Résultat void

sendUrgentData() protected méthode

protected sendUrgentData ( int arg0 ) : void
arg0 int
Résultat void

setOption() public méthode

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