org.apache.coyote
public interface ProtocolHandler
Adapter| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Adapter |
getAdapter() |
java.lang.Object |
getAttribute(java.lang.String name) |
java.util.Iterator |
getAttributeNames() |
void |
init()
Init the protocol.
|
void |
pause()
Pause the protocol (optional).
|
void |
resume()
Resume the protocol (optional).
|
void |
setAdapter(Adapter adapter)
The adapter, used to call the connector.
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Pass config info.
|
void |
start()
Start the protocol.
|
void setAttribute(java.lang.String name,
java.lang.Object value)
java.lang.Object getAttribute(java.lang.String name)
java.util.Iterator getAttributeNames()
void setAdapter(Adapter adapter)
Adapter getAdapter()
void init()
throws java.lang.Exception
java.lang.Exceptionvoid start()
throws java.lang.Exception
java.lang.Exceptionvoid pause()
throws java.lang.Exception
java.lang.Exceptionvoid resume()
throws java.lang.Exception
java.lang.Exceptionvoid destroy()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.