B D E F G H I N O P R S V 

B

BackChannelFilter - Class in org.glassfish.grizzly.portunif
The Filter, which is responsible to connect custom protocol FilterChain with main FilterChain.

D

deregister(PUProtocol) - Method in class org.glassfish.grizzly.portunif.PUFilter
Deregisters the PUProtocol.

E

exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 

F

find(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.finders.HttpProtocolFinder
 
find(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
 
find(PUContext, FilterChainContext) - Method in interface org.glassfish.grizzly.portunif.ProtocolFinder
Method is called from PUFilter to check whether the incoming bytes belong to the specific protocol.
findProtocol(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.PUFilter
 

G

getBackChannelFilter() - Method in class org.glassfish.grizzly.portunif.PUFilter
Get the back channel Filter implementation, which should connect the custom protocol FilterChain with the main FilterChain.
getFilterChain() - Method in class org.glassfish.grizzly.portunif.PUProtocol
 
getProtocolFinder() - Method in class org.glassfish.grizzly.portunif.PUProtocol
 
getProtocols() - Method in class org.glassfish.grizzly.portunif.PUFilter
Get registered port unification protocols - PUProtocols.
getPUFilterChainBuilder() - Method in class org.glassfish.grizzly.portunif.PUFilter
Returns the FilterChainBuilder, developers may use to build there custom protocol filter chain.

H

handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
HttpProtocolFinder - Class in org.glassfish.grizzly.portunif.finders
A ProtocolFinder implementation that parse the available SocketChannel bytes looking for the 'http' bytes.
HttpProtocolFinder() - Constructor for class org.glassfish.grizzly.portunif.finders.HttpProtocolFinder
 
HttpProtocolFinder(int) - Constructor for class org.glassfish.grizzly.portunif.finders.HttpProtocolFinder
 

I

isCloseUnrecognizedConnection() - Method in class org.glassfish.grizzly.portunif.PUFilter
Returns true if a Connection whose protocol is not recognized will be automatically closed, or false if normal FilterChain processing will be continued for such Connection, so a Filter next to PUFilter may implement custom logic to process unrecognized connection.
isSticky() - Method in class org.glassfish.grizzly.portunif.PUContext
 

N

noProtocolsFound() - Method in class org.glassfish.grizzly.portunif.PUContext
 

O

org.glassfish.grizzly.portunif - package org.glassfish.grizzly.portunif
 
org.glassfish.grizzly.portunif.finders - package org.glassfish.grizzly.portunif.finders
 

P

ProtocolFinder - Interface in org.glassfish.grizzly.portunif
General interface for protocol finders, responsible to figure out, whether incoming bytes belong to the specific protocol.
ProtocolFinder.Result - Enum in org.glassfish.grizzly.portunif
 
PUContext - Class in org.glassfish.grizzly.portunif
Protocol discovering context, passed to the ProtocolFinder.
PUContext(PUFilter) - Constructor for class org.glassfish.grizzly.portunif.PUContext
 
PUFilter - Class in org.glassfish.grizzly.portunif
Port unification filter.
PUFilter() - Constructor for class org.glassfish.grizzly.portunif.PUFilter
 
PUFilter(boolean) - Constructor for class org.glassfish.grizzly.portunif.PUFilter
Constructs PUFilter.
PUProtocol - Class in org.glassfish.grizzly.portunif
The wrapper class, which holds protocol finder and correspondent protocol, represented by FilterChain.
PUProtocol(ProtocolFinder, FilterChain) - Constructor for class org.glassfish.grizzly.portunif.PUProtocol
 

R

register(ProtocolFinder, FilterChain) - Method in class org.glassfish.grizzly.portunif.PUFilter
Registers new ProtocolFinder - FilterChain pair, which defines the protocol.
register(PUProtocol) - Method in class org.glassfish.grizzly.portunif.PUFilter
Registers new PUProtocol.

S

setSticky(boolean) - Method in class org.glassfish.grizzly.portunif.PUContext
 
SSLProtocolFinder - Class in org.glassfish.grizzly.portunif.finders
 
SSLProtocolFinder(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
 

V

valueOf(String) - Static method in enum org.glassfish.grizzly.portunif.ProtocolFinder.Result
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.grizzly.portunif.ProtocolFinder.Result
Returns an array containing the constants of this enum type, in the order they are declared.
B D E F G H I N O P R S V 

Copyright © 2016 Oracle Corporation. All Rights Reserved.