| Package | Description |
|---|---|
| com.sun.sgs.impl.io |
| Modifier and Type | Method and Description |
|---|---|
static TransportType |
TransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportType[] |
TransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ServerSocketEndpoint(SocketAddress address,
TransportType type)
Constructs a
ServerSocketEndpoint with the given
TransportType. |
ServerSocketEndpoint(SocketAddress address,
TransportType type,
Executor executor)
Constructs a
ServerSocketEndpoint with the given TransportType
using the given Executor for thread management. |
ServerSocketEndpoint(SocketAddress address,
TransportType type,
Executor executor,
int numProcessors)
Constructs a
ServerSocketEndpoint with the given TransportType
using the given Executor for thread management. |
SocketEndpoint(SocketAddress address,
TransportType type)
Constructs a
SocketEndpoint with the given
TransportType. |
SocketEndpoint(SocketAddress address,
TransportType type,
Executor executor)
Constructs a
SocketEndpoint with the given TransportType
using the given Executor for thread management. |
SocketEndpoint(SocketAddress address,
TransportType type,
Executor executor,
int numProcessors)
Constructs a
SocketEndpoint with the given TransportType
using the given Executor for thread management. |
Copyright © 2007-2013. All Rights Reserved.