public final class UnixSocketOptions extends Object
Modifier and Type | Field and Description |
---|---|
static SocketOption<Boolean> |
SO_KEEPALIVE
Keep connection alive.
|
static SocketOption<Credentials> |
SO_PEERCRED
Fetch peer credentials.
|
static SocketOption<Integer> |
SO_RCVBUF
Get/Set size of the socket receive buffer.
|
static SocketOption<Integer> |
SO_RCVTIMEO
Get/Set receive timeout.
|
static SocketOption<Integer> |
SO_SNDBUF
Get/Set size of the socket send buffer.
|
static SocketOption<Integer> |
SO_SNDTIMEO
Get/Set send timeout.
|
Constructor and Description |
---|
UnixSocketOptions() |
public static final SocketOption<Integer> SO_SNDBUF
public static final SocketOption<Integer> SO_SNDTIMEO
public static final SocketOption<Integer> SO_RCVBUF
public static final SocketOption<Integer> SO_RCVTIMEO
public static final SocketOption<Boolean> SO_KEEPALIVE
public static final SocketOption<Credentials> SO_PEERCRED
Copyright © 2018. All rights reserved.