public abstract class ServerCommunicatorAdmin extends Object
| Constructor and Description |
|---|
ServerCommunicatorAdmin(long timeout) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doStop()
Called by this class to tell an implementation to do stop.
|
boolean |
reqIncoming()
Tells that a new request message is received.
|
boolean |
rspOutgoing()
Tells that a response is sent out for a received request.
|
void |
terminate()
Terminates this object.
|
public boolean reqIncoming()
rspOutgoing to inform that a response is sent out
for the received request.true if the connection is already being terminated, false otherwise.public boolean rspOutgoing()
true if the connection is already being terminated,
false otherwise.protected abstract void doStop()
public void terminate()
Copyright © 2019 Terracotta, Inc.. All rights reserved.