The members of Java.Net.SocketImpl are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Address | InetAddress. The remote address this socket is connected to. | |
Fd | Java.IO.FileDescriptor. The file descriptor of this socket. | |
[read-only] | FileDescriptor | Java.IO.FileDescriptor. Gets the file descriptor of this socket. |
[read-only] | InetAddress | InetAddress. Gets the remote address this socket is connected to. |
[read-only] abstract | InputStream | System.IO.Stream. Gets the input stream of this socket. |
Localport | int. The local port this socket is connected to. | |
[read-only] | LocalPort | int. Gets the local port number of this socket. |
[read-only] abstract | OutputStream | System.IO.Stream. Gets the output stream of this socket. |
[read-only] | Port | int. Gets the remote port number of this socket. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | GetOption(int)Documentation for this section has not yet been entered. | |
abstract | SetOption(int, Java.Lang.Object)Documentation for this section has not yet been entered. |
abstract | Accept(SocketImpl)Waits for an incoming request and blocks until the connection is opened on the given socket. | |
AcceptAsync(SocketImpl)Documentation for this section has not yet been entered. | ||
abstract | Available()Returns the available number of bytes which are readable from this socket without blocking. | |
abstract | Bind(InetAddress, int)Binds this socket to the specified local host address and port number. | |
abstract | Close()Closes this socket. | |
abstract | Connect(InetAddress, int)Connects this socket to the specified remote host address and port number. | |
abstract | Connect(SocketAddress, int)Connects this socket to the remote host address and port number specified by the SocketAddress object with the given timeout. | |
abstract | Connect(string, int)Connects this socket to the specified remote host and port number. | |
ConnectAsync(InetAddress, int)Documentation for this section has not yet been entered. | ||
ConnectAsync(SocketAddress, int)Documentation for this section has not yet been entered. | ||
ConnectAsync(string, int)Documentation for this section has not yet been entered. | ||
abstract | Create(bool)Creates a new unconnected socket. | |
abstract | Listen(int)Listens for connection requests on this streaming socket. | |
abstract | SendUrgentData(int)Sends the single byte of urgent data on the socket. | |
SendUrgentDataAsync(int)Documentation for this section has not yet been entered. | ||
SetPerformancePreferences(int, int, int)Sets performance preference for connection time, latency and bandwidth. | ||
ShutdownInput()Closes the input channel of this socket. | ||
ShutdownOutput()Closes the output channel of this socket. | ||
SupportsUrgentData()Returns whether the socket supports urgent data or not. |