Class Proxy.SessionWorkerProvider

java.lang.Object
org.omegazero.proxy.core.Proxy.SessionWorkerProvider
All Implemented Interfaces:
Consumer<Runnable>
Enclosing class:
Proxy

public class Proxy.SessionWorkerProvider extends Object implements Consumer<Runnable>
A class used for running the connection callbacks in a client session. Each SessionWorkerProvider is used for a single client connection and all upstream connections, and wraps a single TaskQueueExecutor.Handle.
Since:
3.7.1
See Also: