SocketOption
public
interface
SocketOption
| java.net.SocketOption<T> |
A socket option associated with a socket.
In the channels package, the NetworkChannel interface defines the setOption
and getOption
methods to set and query the channel's socket options.
See also:
Summary
Public methods | |
|---|---|
abstract
String
|
name()
Returns the name of the socket option. |
abstract
Class<T>
|
type()
Returns the type of the socket option value. |
Public methods
name
String name ()
Returns the name of the socket option.
| Returns | |
|---|---|
String |
the name of the socket option |
type
Class<T> type ()
Returns the type of the socket option value.
| Returns | |
|---|---|
Class<T> |
the type of the socket option value |
Interfaces
Classes
- Authenticator
- CacheRequest
- CacheResponse
- ContentHandler
- CookieHandler
- CookieManager
- DatagramPacket
- DatagramSocket
- DatagramSocketImpl
- HttpCookie
- HttpURLConnection
- IDN
- Inet4Address
- Inet6Address
- InetAddress
- InetSocketAddress
- InterfaceAddress
- JarURLConnection
- MulticastSocket
- NetPermission
- NetworkInterface
- PasswordAuthentication
- Proxy
- ProxySelector
- ResponseCache
- SecureCacheResponse
- ServerSocket
- Socket
- SocketAddress
- SocketImpl
- SocketPermission
- StandardSocketOptions
- URI
- URL
- URLClassLoader
- URLConnection
- URLDecoder
- URLEncoder
- URLStreamHandler
Enums
Exceptions

