Uses of Interface
org.glassfish.grizzly.filterchain.NextAction
-
-
Uses of NextAction in org.glassfish.grizzly.compression.lzma
Methods in org.glassfish.grizzly.compression.lzma that return NextAction Modifier and Type Method Description NextActionLZMAFilter. handleClose(FilterChainContext ctx)NextActionLZMAFilter. handleRead(FilterChainContext ctx)NextActionLZMAFilter. handleWrite(FilterChainContext ctx) -
Uses of NextAction in org.glassfish.grizzly.compression.zip
Methods in org.glassfish.grizzly.compression.zip that return NextAction Modifier and Type Method Description NextActionGZipFilter. handleClose(FilterChainContext ctx)Method perform the clean up of GZIP encoding/decoding state on a closedConnection.NextActionGZipFilter. handleRead(FilterChainContext ctx)Method decodes GZIP encoded data stored inFilterChainContext.getMessage()and, as the result, produces aBufferwith a plain data.NextActionGZipFilter. handleWrite(FilterChainContext ctx)Method compresses plain data stored inFilterChainContext.getMessage()and, as the result, produces aBufferwith a GZIP compressed data. -
Uses of NextAction in org.glassfish.grizzly.filterchain
Classes in org.glassfish.grizzly.filterchain that implement NextAction Modifier and Type Class Description classRerunFilterActionMethods in org.glassfish.grizzly.filterchain that return NextAction Modifier and Type Method Description NextActionFilterExecutor. execute(Filter filter, FilterChainContext context)protected NextActionDefaultFilterChain. executeFilter(FilterExecutor executor, Filter currentFilter, FilterChainContext ctx)NextActionFilterChainContext. getForkAction()NextActionFilterChainContext. getForkAction(NextAction nextAction)NextActionFilterChainContext. getInvokeAction()<E> NextActionFilterChainContext. getInvokeAction(E incompleteChunk, Appender<E> appender)NextActionFilterChainContext. getInvokeAction(java.lang.Object unparsedChunk)NextActionFilterChainContext. getRerunFilterAction()GetNextAction, which instructsFilterChainto rerun the filter.NextActionFilterChainContext. getStopAction()GetNextActionimplementation, which instructsFilterChainto stop executing phase.<E> NextActionFilterChainContext. getStopAction(E incompleteChunk, Appender<E> appender)GetNextActionimplementation, which instructsFilterChainstop executing phase.NextActionFilterChainContext. getStopAction(java.lang.Object incompleteChunk)GetNextActionimplementation, which instructsFilterChainstop executing phase.NextActionFilterChainContext. getSuspendAction()GetNextAction, which instructsFilterChainto suspend filter chain execution.NextActionFilterChainContext. getSuspendingStopAction()Deprecated.NextActionBaseFilter. handleAccept(FilterChainContext ctx)Execute a unit of processing work to be performed, when server channel has accepted the client connection.NextActionFilter. handleAccept(FilterChainContext ctx)Execute a unit of processing work to be performed, when server channel has accepted the client connection.NextActionTransportFilter. handleAccept(FilterChainContext ctx)Delegates accept operation toTransport's specific transport filter.NextActionBaseFilter. handleClose(FilterChainContext ctx)Execute a unit of processing work to be performed, when connection has been closed.NextActionFilter. handleClose(FilterChainContext ctx)Execute a unit of processing work to be performed, when connection has been closed.NextActionTransportFilter. handleClose(FilterChainContext ctx)Delegates close operation toTransport's specific transport filter.NextActionBaseFilter. handleConnect(FilterChainContext ctx)Execute a unit of processing work to be performed, when channel gets connected.NextActionFilter. handleConnect(FilterChainContext ctx)Execute a unit of processing work to be performed, when channel gets connected.NextActionTransportFilter. handleConnect(FilterChainContext ctx)Delegates connect operation toTransport's specific transport filter.NextActionBaseFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)Handle custom event associated with theConnection.NextActionFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)Handle custom event associated with theConnection.NextActionTransportFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)Delegates event operation toTransport's specific transport filter.NextActionAbstractCodecFilter. handleRead(FilterChainContext ctx)NextActionBaseFilter. handleRead(FilterChainContext ctx)Execute a unit of processing work to be performed, when channel will become available for reading.NextActionFilter. handleRead(FilterChainContext ctx)Execute a unit of processing work to be performed, when channel will become available for reading.NextActionTransportFilter. handleRead(FilterChainContext ctx)Delegates reading operation toTransport's specific transport filter.NextActionAbstractCodecFilter. handleWrite(FilterChainContext ctx)NextActionBaseFilter. handleWrite(FilterChainContext ctx)Execute a unit of processing work to be performed, when some data should be written on channel.NextActionFilter. handleWrite(FilterChainContext ctx)Execute a unit of processing work to be performed, when some data should be written on channel.NextActionTransportFilter. handleWrite(FilterChainContext ctx)Delegates writing operation toTransport's specific transport filter.Methods in org.glassfish.grizzly.filterchain with parameters of type NextAction Modifier and Type Method Description voidFilterChainContext. fork(NextAction nextAction)This method invocation suggests theFilterChainto create a copy of thisFilterChainContextand resume/fork its execution starting from the currentFilter.NextActionFilterChainContext. getForkAction(NextAction nextAction)voidFilterChainContext. resume(NextAction nextAction)Resume the current FilterChain task processing by completing the currentFilter(the Filter, which suspended the processing) with the passedNextAction. -
Uses of NextAction in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return NextAction Modifier and Type Method Description NextActionHttpServerFilter. handleClose(FilterChainContext ctx)NextActionHttpClientFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionHttpServerFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionHttpClientFilter. handleRead(FilterChainContext ctx)The method is called, once we have received aBuffer, which has to be transformed into HTTP response packet part.NextActionHttpCodecFilter. handleRead(FilterChainContext ctx, HttpHeader httpHeader)The method is called by the specific HttpCodecFilter implementation, once we have received aBuffer, which has to be transformed into HTTP packet part.NextActionHttpServerFilter. handleRead(FilterChainContext ctx)The method is called, once we have received aBuffer, which has to be transformed into HTTP request packet part.NextActionHttpClientFilter. handleWrite(FilterChainContext ctx)NextActionHttpCodecFilter. handleWrite(FilterChainContext ctx)The method is called, once we need to serialize aHttpPacket, which may represent HTTP packet header, content or content chunk. -
Uses of NextAction in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return NextAction Modifier and Type Method Description NextActionHttpServerFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionFileCacheFilter. handleRead(FilterChainContext ctx)NextActionHttpServerFilter. handleRead(FilterChainContext ctx) -
Uses of NextAction in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport that return NextAction Modifier and Type Method Description NextActionTCPNIOTransportFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionUDPNIOTransportFilter. handleEvent(FilterChainContext ctx, FilterChainEvent event)NextActionTCPNIOTransportFilter. handleRead(FilterChainContext ctx)NextActionUDPNIOTransportFilter. handleRead(FilterChainContext ctx)NextActionTCPNIOTransportFilter. handleWrite(FilterChainContext ctx)NextActionUDPNIOTransportFilter. handleWrite(FilterChainContext ctx) -
Uses of NextAction in org.glassfish.grizzly.ssl
-
Uses of NextAction in org.glassfish.grizzly.utils
-