Enum SocketType

java.lang.Object
java.lang.Enum<SocketType>
org.jruby.ext.socket.SocketType
All Implemented Interfaces:
Serializable, Comparable<SocketType>, java.lang.constant.Constable

public enum SocketType extends Enum<SocketType>
Encapsulates behavior across the primary socket types Socket, ServerSocket, and Datagramsocket.