Uses of Interface
org.simpleframework.transport.reactor.Operation
-
-
Uses of Operation in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement Operation Modifier and Type Class Description (package private) classRequestReaderTheRequestReaderobject is used to read the bytes that form the request entity. -
Uses of Operation in org.simpleframework.http.socket.service
Classes in org.simpleframework.http.socket.service that implement Operation Modifier and Type Class Description (package private) classFrameCollectorTheFrameCollectoroperation is used to collect frames from a channel and dispatch them to aFrameListener. -
Uses of Operation in org.simpleframework.transport
Subinterfaces of Operation in org.simpleframework.transport Modifier and Type Interface Description (package private) interfaceNegotiationTheNegotiationinterface is used to represent an SSL negotiation.Classes in org.simpleframework.transport that implement Operation Modifier and Type Class Description (package private) classFlushSignallerTheFlushSignalleris an operation that performs writes operation asynchronously.(package private) classHandshakeTheHandshakeobject is used to perform secure SSL negotiations on a pipeline orTransport.private classHandshake.CommitterTheCommittertask is used to transfer the transport created to the processor.private classHandshake.ConsumerTheConsumertask is used to schedule the negotiation for a read operation.private classHandshake.ProducerTheProduceris used to schedule the negotiation for a write operation.(package private) classPhaseThePhaseobject represents an asynchronous phase within the negotiation.(package private) classTransportDispatcherTheTransportDispatcheroperation is used transfer a transport to the processor so it can be processed.Fields in org.simpleframework.transport declared as Operation Modifier and Type Field Description private OperationFlushScheduler. taskThis is the operation that is scheduled for execution.Methods in org.simpleframework.transport that return Operation Modifier and Type Method Description OperationOperationFactory. getInstance(Socket socket)This method is used to createOperationobject to process the next phase of the negotiation.private OperationOperationFactory. getInstance(Socket socket, javax.net.ssl.SSLEngine engine)This method is used to createOperationobject to process the next phase of the negotiation.Constructors in org.simpleframework.transport with parameters of type Operation Constructor Description FlushScheduler(Socket socket, Reactor reactor, Operation task, java.lang.Object lock)Constructor for theFlushSchedulerobject. -
Uses of Operation in org.simpleframework.transport.connect
Classes in org.simpleframework.transport.connect that implement Operation Modifier and Type Class Description (package private) classSocketAcceptorTheSocketAcceptorobject is used to accept incoming TCP connections from a specified socket address. -
Uses of Operation in org.simpleframework.transport.reactor
Fields in org.simpleframework.transport.reactor declared as Operation Modifier and Type Field Description private OperationCancelAction. taskThis is the operation that is to be canceled by this action.private OperationExecuteAction. taskThe task to execute when the required operations is ready.Methods in org.simpleframework.transport.reactor that return Operation Modifier and Type Method Description OperationAction. getOperation()This is used to acquire theOperationthat is to be executed when the required operations are ready.OperationCancelAction. getOperation()This is used to acquire theOperationthat is to be executed when the required operations are ready.OperationExecuteAction. getOperation()This is used to acquire theOperationthat is to be executed when the required operations are ready.Methods in org.simpleframework.transport.reactor with parameters of type Operation Modifier and Type Method Description voidActionDistributor. process(Operation task, int require)This is used to process theOperationobject.voidExecutorReactor. process(Operation task)This method is used to execute the provided operation without the need to specifically check for I/O events.voidExecutorReactor. process(Operation task, int require)This method is used to execute the provided operation when there is an I/O event that task is interested in.voidOperationDistributor. process(Operation task, int require)This is used to process theOperationobject.voidPartitionDistributor. process(Operation task, int require)This is used to process theOperationobject.private voidPartitionDistributor. process(Operation task, int require, int length)This is used to process theOperationobject.voidReactor. process(Operation task)This method is used to execute the provided operation without the need to specifically check for I/O events.voidReactor. process(Operation task, int require)This method is used to execute the provided operation when there is an I/O event that task is interested in.voidSynchronousReactor. process(Operation task)This method is used to execute the provided operation without the need to specifically check for I/O events.voidSynchronousReactor. process(Operation task, int require)This method is used to execute the provided operation when there is an I/O event that task is interested in.Constructors in org.simpleframework.transport.reactor with parameters of type Operation Constructor Description ExecuteAction(Operation task, int require, long expiry)Constructor for theEventobject.
-