java.net
Interface SocketOptions
- All Known Implementing Classes:
- DatagramSocketImpl, SocketImpl
public interface SocketOptions
SO_LINGER
static final int SO_LINGER
- See Also:
- Constant Field Values
SO_TIMEOUT
static final int SO_TIMEOUT
- See Also:
- Constant Field Values
TCP_NODELAY
static final int TCP_NODELAY
- See Also:
- Constant Field Values
IP_MULTICAST_IF
static final int IP_MULTICAST_IF
- See Also:
- Constant Field Values
SO_BINDADDR
static final int SO_BINDADDR
- See Also:
- Constant Field Values
SO_REUSEADDR
static final int SO_REUSEADDR
- See Also:
- Constant Field Values
SO_SNDBUF
static final int SO_SNDBUF
- See Also:
- Constant Field Values
SO_RCVBUF
static final int SO_RCVBUF
- See Also:
- Constant Field Values
SO_KEEPALIVE
static final int SO_KEEPALIVE
- See Also:
- Constant Field Values
getOption
Object getOption(int var0)
throws SocketException
- Throws:
SocketException
setOption
void setOption(int var0,
Object var1)
throws SocketException
- Throws:
SocketException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.