public class BaseServerRunnable extends Object implements Runnable
Constructor and Description |
---|
BaseServerRunnable(Socket c,
BaseServer p) |
Modifier and Type | Method and Description |
---|---|
protected BaseServer |
getParent() |
static 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(Socket c, BaseServer p)
c
- -p
- -public static Socket getSocket()
protected BaseServer getParent()
public Transportable handleHeader(KeyValuePair header)
Copyright © 2018. All rights reserved.