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) class
TheRequestReader
object 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) class
TheFrameCollector
operation 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) interface
TheNegotiation
interface is used to represent an SSL negotiation.Classes in org.simpleframework.transport that implement OperationModifier and TypeClassDescription(package private) class
TheFlushSignaller
is an operation that performs writes operation asynchronously.(package private) class
TheHandshake
object is used to perform secure SSL negotiations on a pipeline orTransport
.private class
TheCommitter
task is used to transfer the transport created to the processor.private class
TheConsumer
task is used to schedule the negotiation for a read operation.private class
TheProducer
is used to schedule the negotiation for a write operation.(package private) class
ThePhase
object represents an asynchronous phase within the negotiation.(package private) class
TheTransportDispatcher
operation is used transfer a transport to the processor so it can be processed.Fields in org.simpleframework.transport declared as OperationModifier and TypeFieldDescriptionprivate Operation
FlushScheduler.task
This 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 createOperation
object to process the next phase of the negotiation.private Operation
OperationFactory.getInstance
(Socket socket, SSLEngine engine) This method is used to createOperation
object 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 theFlushScheduler
object. -
Uses of Operation in org.simpleframework.transport.connect
Classes in org.simpleframework.transport.connect that implement OperationModifier and TypeClassDescription(package private) class
TheSocketAcceptor
object 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 Operation
CancelAction.task
This is the operation that is to be canceled by this action.private final Operation
ExecuteAction.task
The 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 theOperation
that is to be executed when the required operations are ready.CancelAction.getOperation()
This is used to acquire theOperation
that is to be executed when the required operations are ready.ExecuteAction.getOperation()
This is used to acquire theOperation
that is to be executed when the required operations are ready.Methods in org.simpleframework.transport.reactor with parameters of type OperationModifier and TypeMethodDescriptionvoid
This is used to process theOperation
object.void
This method is used to execute the provided operation without the need to specifically check for I/O events.void
This method is used to execute the provided operation when there is an I/O event that task is interested in.void
This is used to process theOperation
object.void
This is used to process theOperation
object.private void
This is used to process theOperation
object.void
This method is used to execute the provided operation without the need to specifically check for I/O events.void
This method is used to execute the provided operation when there is an I/O event that task is interested in.void
This method is used to execute the provided operation without the need to specifically check for I/O events.void
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 OperationModifierConstructorDescriptionExecuteAction
(Operation task, int require, long expiry) Constructor for theEvent
object.