Uses of Interface
org.glassfish.grizzly.Processor
-
Packages that use Processor Package Description org.glassfish.grizzly org.glassfish.grizzly.filterchain org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of Processor in org.glassfish.grizzly
Classes in org.glassfish.grizzly that implement Processor Modifier and Type Class Description classStandaloneProcessorProcessor, which is not interested in processing I/O events.Fields in org.glassfish.grizzly declared as Processor Modifier and Type Field Description protected ProcessorAbstractBindingHandler.Builder. processorprotected ProcessorAbstractBindingHandler. processorprotected ProcessorAbstractSocketConnectorHandler.Builder. processorprotected ProcessorAbstractTransport. processorTransport default Processorprotected ProcessorNIOTransportBuilder. processorMethods in org.glassfish.grizzly that return Processor Modifier and Type Method Description ProcessorAbstractBindingHandler. getProcessor()ProcessorAbstractSocketConnectorHandler. getProcessor()ProcessorAbstractTransport. getProcessor()Gets the defaultProcessor, which will processConnectionI/O events in case, ifConnectiondoesn't have ownProcessorpreferences.ProcessorConnection. getProcessor()Gets the defaultProcessor, which will processConnectionI/O events.ProcessorContext. getProcessor()ProcessorNIOTransportBuilder. getProcessor()ProcessorTransport. getProcessor()Gets the defaultProcessor, which will processConnectionI/O events in case, ifConnectiondoesn't have ownProcessorpreferences.ProcessorAbstractTransport. obtainProcessor(IOEvent ioEvent, Connection connection)Gets the defaultProcessor, which will process TransportConnections I/O events in case, ifConnectiondoesn't have ownProcessorpreferences.ProcessorConnection. obtainProcessor(IOEvent ioEvent)Gets theProcessor, which will processConnectionI/O event.ProcessorTransport. obtainProcessor(IOEvent ioEvent, Connection connection)Gets the defaultProcessor, which will process TransportConnections I/O events in case, ifConnectiondoesn't have ownProcessorpreferences.ProcessorChainProcessorSelector. select(IOEvent ioEvent, Connection connection)SelectsProcessor, which will process connection event.ProcessorDefaultProcessorSelector. select(IOEvent ioEvent, Connection connection)SelectsProcessor, which will process connection event.ProcessorProcessorSelector. select(IOEvent ioEvent, Connection connection)SelectsProcessor, which will process connection event.ProcessorStandaloneProcessorSelector. select(IOEvent ioEvent, Connection connection)Methods in org.glassfish.grizzly with parameters of type Processor Modifier and Type Method Description static ContextContext. create(Connection connection, Processor processor, IOEvent ioEvent, IOEventLifeCycleListener lifeCycleListener)static voidProcessorExecutor. execute(Connection connection, IOEvent ioEvent, Processor processor, IOEventLifeCycleListener lifeCycleListener)<E> EConnection. obtainProcessorState(Processor processor, NullaryFunction<E> factory)Returns theProcessorstate associated with this Connection.EAbstractBindingHandler.Builder. processor(Processor processor)EAbstractSocketConnectorHandler.Builder. processor(Processor processor)voidAbstractBindingHandler. setProcessor(Processor processor)voidAbstractSocketConnectorHandler. setProcessor(Processor processor)voidAbstractTransport. setProcessor(Processor processor)Sets the defaultProcessor, which will processConnectionI/O events in case, ifConnectiondoesn't have ownProcessorpreferences.voidConnection. setProcessor(Processor preferableProcessor)Sets the defaultProcessor, which will processConnectionI/O events.voidContext. setProcessor(Processor processor)TNIOTransportBuilder. setProcessor(Processor processor)voidTransport. setProcessor(Processor processor)Sets the defaultProcessor, which will processConnectionI/O events in case, ifConnectiondoesn't have ownProcessorpreferences. -
Uses of Processor in org.glassfish.grizzly.filterchain
Subinterfaces of Processor in org.glassfish.grizzly.filterchain Modifier and Type Interface Description interfaceFilterChainThis class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).Classes in org.glassfish.grizzly.filterchain that implement Processor Modifier and Type Class Description classAbstractFilterChainAbstractFilterChainimplementation, which redirectsprocess(org.glassfish.grizzly.Context)call to theFilterChain.execute(org.glassfish.grizzly.filterchain.FilterChainContext)classDefaultFilterChainDefaultFilterChainimplementationclassListFacadeFilterChainFilterChainfacade, which implements all theListrelated methods.Methods in org.glassfish.grizzly.filterchain that return Processor Modifier and Type Method Description ProcessorFilterChainProcessorSelector. select(IOEvent ioEvent, Connection connection)ReturnsFilterChaininstance, if it's interested in processing passedIOEvent, or null otherwise. -
Uses of Processor in org.glassfish.grizzly.nio
Fields in org.glassfish.grizzly.nio declared as Processor Modifier and Type Field Description protected ProcessorNIOConnection. processorMethods in org.glassfish.grizzly.nio that return Processor Modifier and Type Method Description ProcessorNIOConnection. getProcessor()ProcessorNIOConnection. obtainProcessor(IOEvent ioEvent)Methods in org.glassfish.grizzly.nio with parameters of type Processor Modifier and Type Method Description <E> ENIOConnection. obtainProcessorState(Processor processor, NullaryFunction<E> factory)voidNIOConnection. setProcessor(Processor preferableProcessor) -
Uses of Processor in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport that return Processor Modifier and Type Method Description ProcessorUDPNIOServerConnection. getProcessor()ProcessorUDPNIOTransport.TransportConnectorHandler. getProcessor()
-