Package | Description |
---|---|
org.jruby.ext.socket |
Modifier and Type | Method and Description |
---|---|
static SocketType |
SocketType.forChannel(Channel channel) |
static SocketType |
SocketType.valueOf(String name)
Returns 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.
|
Constructor and Description |
---|
Addrinfo(Ruby runtime,
RubyClass cls,
InetAddress inetAddress,
int port,
SocketType socketType) |
Copyright © 2001–2015 JRuby. All rights reserved.