Uses of Interface
org.simpleframework.transport.reactor.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in org.simpleframework.http.core
Classes in org.simpleframework.http.core that implement OperationModifier and TypeClassDescription(package private) classTheRequestReaderobject 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 OperationModifier and TypeClassDescription(package private) classTheFrameCollectoroperation 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.transportModifier and TypeInterfaceDescription(package private) interfaceTheNegotiationinterface is used to represent an SSL negotiation.Classes in org.simpleframework.transport that implement OperationModifier and TypeClassDescription(package private) classTheFlushSignalleris an operation that performs writes operation asynchronously.(package private) classTheHandshakeobject is used to perform secure SSL negotiations on a pipeline orTransport.private classTheCommittertask is used to transfer the transport created to the processor.private classTheConsumertask is used to schedule the negotiation for a read operation.private classTheProduceris used to schedule the negotiation for a write operation.(package private) classThePhaseobject represents an asynchronous phase within the negotiation.(package private) classTheTransportDispatcheroperation is used transfer a transport to the processor so it can be processed.Fields in org.simpleframework.transport declared as OperationModifier and TypeFieldDescriptionprivate OperationFlushScheduler.taskThis is the operation that is scheduled for execution.Methods in org.simpleframework.transport that return OperationModifier and TypeMethodDescriptionOperationFactory.getInstance(Socket socket) This method is used to createOperationobject to process the next phase of the negotiation.private OperationOperationFactory.getInstance(Socket socket, 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 OperationModifierConstructorDescriptionFlushScheduler(Socket socket, Reactor reactor, Operation task, Object lock) Constructor for theFlushSchedulerobject. -
Uses of Operation in org.simpleframework.transport.connect
Classes in org.simpleframework.transport.connect that implement OperationModifier and TypeClassDescription(package private) classTheSocketAcceptorobject 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 OperationModifier and TypeFieldDescriptionprivate final OperationCancelAction.taskThis is the operation that is to be canceled by this action.private final OperationExecuteAction.taskThe task to execute when the required operations is ready.Methods in org.simpleframework.transport.reactor that return OperationModifier and TypeMethodDescriptionAction.getOperation()This is used to acquire theOperationthat is to be executed when the required operations are ready.CancelAction.getOperation()This is used to acquire theOperationthat is to be executed when the required operations are ready.ExecuteAction.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 OperationModifier and TypeMethodDescriptionvoidThis is used to process theOperationobject.voidThis method is used to execute the provided operation without the need to specifically check for I/O events.voidThis method is used to execute the provided operation when there is an I/O event that task is interested in.voidThis is used to process theOperationobject.voidThis is used to process theOperationobject.private voidThis is used to process theOperationobject.voidThis method is used to execute the provided operation without the need to specifically check for I/O events.voidThis method is used to execute the provided operation when there is an I/O event that task is interested in.voidThis method is used to execute the provided operation without the need to specifically check for I/O events.voidThis 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 OperationModifierConstructorDescriptionExecuteAction(Operation task, int require, long expiry) Constructor for theEventobject.