Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Method and Description |
---|---|
AbstractBindingHandler |
AbstractBindingHandler.Builder.build() |
protected abstract AbstractBindingHandler |
AbstractBindingHandler.Builder.create() |
Modifier and Type | Class and Description |
---|---|
class |
TCPNIOBindingHandler
This class may be used to apply a custom
Processor and/or ProcessorSelector
atomically within a bind operation - not something that can normally be done using the TCPNIOTransport alone. |
class |
UDPNIOBindingHandler
This class may be used to apply a custom
Processor and/or ProcessorSelector
atomically within a bind operation - not something that can normally be done using the UDPNIOTransport alone. |
Modifier and Type | Method and Description |
---|---|
protected AbstractBindingHandler |
TCPNIOBindingHandler.Builder.create() |
protected AbstractBindingHandler |
UDPNIOBindingHandler.Builder.create() |
Copyright © 2015 Oracle Corporation. All rights reserved.