public class BaseServerRunnable
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
BaseServerRunnable(java.net.Socket c,
BaseServer p) |
Modifier and Type | Method and Description |
---|---|
protected BaseServer |
getParent() |
static java.net.Socket |
getSocket()
Allows anyone in the calling chain of the 'run' method to get access to the socket being used
in the Vinci connection via the ThreadLocal variable.
|
Transportable |
handleHeader(KeyValuePair header) |
void |
run() |
public BaseServerRunnable(java.net.Socket c, BaseServer p)
public static java.net.Socket getSocket()
protected BaseServer getParent()
public void run()
run
in interface java.lang.Runnable
public Transportable handleHeader(KeyValuePair header)
Copyright © 2013. All Rights Reserved.