public abstract class AbstractHttpHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Exchange |
exchange |
protected Request |
srcReq |
| Constructor and Description |
|---|
AbstractHttpHandler(Transport transport) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getLocalPort() |
abstract InetAddress |
getRemoteAddress() |
Transport |
getTransport() |
protected void |
invokeHandlers() |
abstract void |
shutdownInput() |
public AbstractHttpHandler(Transport transport)
public Transport getTransport()
public abstract void shutdownInput()
throws IOException
IOExceptionpublic abstract InetAddress getRemoteAddress() throws IOException
IOExceptionpublic abstract int getLocalPort()
Copyright © 2012. All Rights Reserved.