@Activate public class TripleHttp2Protocol extends org.apache.dubbo.remoting.api.AbstractWireProtocol implements org.apache.dubbo.rpc.model.ScopeModelAware
| 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 |
|---|
TripleHttp2Protocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configClientPipeline(org.apache.dubbo.common.URL url,
io.netty.channel.ChannelPipeline pipeline,
io.netty.handler.ssl.SslContext sslContext) |
void |
configServerProtocolHandler(org.apache.dubbo.common.URL url,
org.apache.dubbo.remoting.api.pu.ChannelOperator operator) |
void |
setApplicationModel(org.apache.dubbo.rpc.model.ApplicationModel applicationModel) |
void |
setFrameworkModel(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetModuleModel, setScopeModelpublic static final io.netty.handler.codec.http2.Http2FrameLogger CLIENT_LOGGER
public static final io.netty.handler.codec.http2.Http2FrameLogger SERVER_LOGGER
public void setFrameworkModel(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel)
setFrameworkModel in interface org.apache.dubbo.rpc.model.ScopeModelAwarepublic void setApplicationModel(org.apache.dubbo.rpc.model.ApplicationModel applicationModel)
setApplicationModel in interface org.apache.dubbo.rpc.model.ScopeModelAwarepublic void close()
close in interface org.apache.dubbo.remoting.api.WireProtocolclose in class org.apache.dubbo.remoting.api.AbstractWireProtocolpublic void configServerProtocolHandler(org.apache.dubbo.common.URL url,
org.apache.dubbo.remoting.api.pu.ChannelOperator operator)
configServerProtocolHandler in interface org.apache.dubbo.remoting.api.WireProtocolpublic void configClientPipeline(org.apache.dubbo.common.URL url,
io.netty.channel.ChannelPipeline pipeline,
io.netty.handler.ssl.SslContext sslContext)
configClientPipeline in interface org.apache.dubbo.remoting.api.WireProtocolconfigClientPipeline in class org.apache.dubbo.remoting.api.AbstractWireProtocolCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.