Interface NetworkBindingOperationProcessor
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
DefaultNetworkBindingOperationProcessor
Processes
NetworkBindingOperations on a suitable ServerBootstrap. Once the
operation is complete, the processor will complete the NetworkBindingOperation.getFuture().-
Method Details
-
start
void start(io.netty.bootstrap.ServerBootstrap plain, io.netty.bootstrap.ServerBootstrap tls) Starts the processor running.- Parameters:
plain- plain bootstraptls- tls bootstrap
-
enqueueNetworkBindingEvent
Enqueues a network binding operation. Once the operation is complete the processor will complete theNetworkBindingOperation.getFuture().- Parameters:
o- operation to be performed.
-
close
void close()Closes the processor.- Specified by:
closein interfaceAutoCloseable
-