Java java.net StandardSocketOptions fields, constructors, methods, implement or subclass

Example usage for Java java.net StandardSocketOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net StandardSocketOptions.

The text is from its open source code.

Field

SocketOptionSO_BROADCAST
Allow transmission of broadcast datagrams.
SocketOptionSO_KEEPALIVE
Keep connection alive.
SocketOptionSO_SNDBUF
The size of the socket send buffer.
SocketOptionSO_RCVBUF
The size of the socket receive buffer.
SocketOptionSO_REUSEADDR
Re-use address.
SocketOptionIP_TOS
The Type of Service (ToS) octet in the Internet Protocol (IP) header.
SocketOptionIP_MULTICAST_IF
The network interface for Internet Protocol (IP) multicast datagrams.
SocketOptionTCP_NODELAY
Disable the Nagle algorithm.