Package | Description |
---|---|
org.jruby.ext.socket |
Modifier and Type | Method and Description |
---|---|
static SocketType |
SocketType.forChannel(java.nio.channels.Channel channel) |
static SocketType |
SocketType.valueOf(java.lang.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,
java.net.InetAddress inetAddress,
int port,
SocketType socketType) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.