public interface ProtocolHandler
HttpHandler
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Object |
getAttribute(String name) |
org.glassfish.grizzly.http.server.HttpHandler |
getHandler() |
void |
init()
Init the protocol.
|
void |
setAttribute(String name,
Object value)
Pass config info.
|
void |
setHandler(org.glassfish.grizzly.http.server.HttpHandler handler)
The adapter, used to call the connector.
|
void |
start()
Start the protocol.
|
Copyright © 2021. All rights reserved.