org.apache.vinci.transport
Class VinciServerRunnable

java.lang.Object
  extended by org.apache.vinci.transport.BaseServerRunnable
      extended by org.apache.vinci.transport.VinciServerRunnable
All Implemented Interfaces:
java.lang.Runnable

public class VinciServerRunnable
extends BaseServerRunnable

Runnable class used by VinciServer to concurrently service requests.


Constructor Summary
protected VinciServerRunnable(java.net.Socket c, VinciServer p)
           
 
Method Summary
 Transportable handleHeader(KeyValuePair header)
          Handle shutdown requests, and PING commands.
 
Methods inherited from class org.apache.vinci.transport.BaseServerRunnable
getParent, getSocket, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VinciServerRunnable

protected VinciServerRunnable(java.net.Socket c,
                              VinciServer p)
Method Detail

handleHeader

public Transportable handleHeader(KeyValuePair header)
Handle shutdown requests, and PING commands.

Overrides:
handleHeader in class BaseServerRunnable


Copyright © 2012. All Rights Reserved.