Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio |
Modifier and Type | Field and Description |
---|---|
protected SelectionKeyHandler |
NIOTransportBuilder.selectionKeyHandler |
Modifier and Type | Method and Description |
---|---|
SelectionKeyHandler |
NIOTransportBuilder.getSelectionKeyHandler() |
Modifier and Type | Method and Description |
---|---|
T |
NIOTransportBuilder.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler)
Set the
SelectionKeyHandler to be used by the created NIOTransport . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSelectionKeyHandler |
Modifier and Type | Field and Description |
---|---|
static SelectionKeyHandler |
SelectionKeyHandler.DEFAULT_SELECTION_KEY_HANDLER
The default
SelectionKeyHandler used by all created builder instances. |
protected SelectionKeyHandler |
NIOTransport.selectionKeyHandler |
Modifier and Type | Method and Description |
---|---|
SelectionKeyHandler |
NIOTransport.getSelectionKeyHandler() |
Modifier and Type | Method and Description |
---|---|
void |
NIOTransport.setSelectionKeyHandler(SelectionKeyHandler selectionKeyHandler) |
Copyright © 2014 Oracle Corporation. All rights reserved.