public abstract class Http2WireProtocol extends Object implements WireProtocol
| Modifier and Type | Field and Description |
|---|---|
static io.netty.handler.codec.http2.Http2FrameLogger |
CLIENT_LOGGER |
static io.netty.handler.codec.http2.Http2FrameLogger |
SERVER_LOGGER |
| Constructor and Description |
|---|
Http2WireProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ProtocolDetector |
detector() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigClientPipeline, configServerPipelinepublic static final io.netty.handler.codec.http2.Http2FrameLogger CLIENT_LOGGER
public static final io.netty.handler.codec.http2.Http2FrameLogger SERVER_LOGGER
public ProtocolDetector detector()
detector in interface WireProtocolpublic void close()
close in interface WireProtocolCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.