Uses of Enum
org.jruby.ext.socket.SocketType
Packages that use SocketType
-
Uses of SocketType in org.jruby.ext.socket
Fields in org.jruby.ext.socket declared as SocketTypeMethods in org.jruby.ext.socket that return SocketTypeModifier and TypeMethodDescriptionstatic SocketTypeSocketType.forChannel(Channel channel) static SocketTypeReturns the enum constant of this type with the specified name.static SocketType[]SocketType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jruby.ext.socket with parameters of type SocketTypeModifierConstructorDescriptionAddrinfo(Ruby runtime, RubyClass cls, SocketAddress socketAddress, jnr.constants.platform.Sock sock, SocketType socketType)