Package | Description |
---|---|
org.simpleframework.transport.reactor |
Modifier and Type | Method and Description |
---|---|
void |
Reactor.process(Operation task)
This method is used to execute the provided operation without
the need to specifically check for I/O events.
|
void |
ExecutorReactor.process(Operation task)
This method is used to execute the provided operation without
the need to specifically check for I/O events.
|
void |
SynchronousReactor.process(Operation task)
This method is used to execute the provided operation without
the need to specifically check for I/O events.
|
void |
Reactor.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.
|
void |
ExecutorReactor.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.
|
void |
SynchronousReactor.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.
|
Copyright © 2024. All rights reserved.