public class Acceptor<U>
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Class and Description |
---|---|
static class |
Acceptor.AcceptorState |
Modifier and Type | Field and Description |
---|---|
protected Acceptor.AcceptorState |
state |
Constructor and Description |
---|
Acceptor(AbstractEndpoint<?,U> endpoint) |
Modifier and Type | Method and Description |
---|---|
Acceptor.AcceptorState |
getState() |
void |
run() |
protected volatile Acceptor.AcceptorState state
public Acceptor(AbstractEndpoint<?,U> endpoint)
public final Acceptor.AcceptorState getState()
public void run()
run
in interface java.lang.Runnable
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.