Package org.apache.vinci.transport
Class VinciServerRunnable
java.lang.Object
org.apache.vinci.transport.BaseServerRunnable
org.apache.vinci.transport.VinciServerRunnable
- All Implemented Interfaces:
Runnable
Runnable class used by VinciServer to concurrently service requests.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhandleHeader
(KeyValuePair header) Handle shutdown requests, and PING commands.Methods inherited from class org.apache.vinci.transport.BaseServerRunnable
getParent, getSocket, run
-
Constructor Details
-
VinciServerRunnable
-
-
Method Details
-
handleHeader
Handle shutdown requests, and PING commands.- Overrides:
handleHeader
in classBaseServerRunnable
-