public final class GrizzlyTransport extends Object
Modifier and Type | Method and Description |
---|---|
static com.forgerock.opendj.util.ReferenceCountedObject<org.glassfish.grizzly.nio.transport.TCPNIOTransport> |
newReferenceCountedTransportFromOptions(Options options)
Creates a new transport.
|
static org.glassfish.grizzly.nio.transport.TCPNIOTransport |
newTransport(Options options)
Creates a new transport.
|
public static com.forgerock.opendj.util.ReferenceCountedObject<org.glassfish.grizzly.nio.transport.TCPNIOTransport> newReferenceCountedTransportFromOptions(Options options)
options
- Options to configure the transport.public static org.glassfish.grizzly.nio.transport.TCPNIOTransport newTransport(Options options) throws IOException
options
- Options to configure the transport.IOException
- If the transport cannot be created with the provided options.Copyright 2011-2017 ForgeRock AS.