javax.microedition.io
Interface SocketConnection
- All Superinterfaces:
- Connection, InputConnection, OutputConnection, StreamConnection
- All Known Subinterfaces:
- SecureConnection
public interface SocketConnection
- extends StreamConnection
DELAY
static final byte DELAY
- See Also:
- Constant Field Values
KEEPALIVE
static final byte KEEPALIVE
- See Also:
- Constant Field Values
LINGER
static final byte LINGER
- See Also:
- Constant Field Values
RCVBUF
static final byte RCVBUF
- See Also:
- Constant Field Values
SNDBUF
static final byte SNDBUF
- See Also:
- Constant Field Values
getAddress
String getAddress()
throws IOException
- Throws:
IOException
getLocalAddress
String getLocalAddress()
throws IOException
- Throws:
IOException
getLocalPort
int getLocalPort()
throws IOException
- Throws:
IOException
getPort
int getPort()
throws IOException
- Throws:
IOException
getSocketOption
int getSocketOption(byte var0)
throws IOException
- Throws:
IOException
setSocketOption
void setSocketOption(byte var0,
int var1)
throws IOException
- Throws:
IOException