Class ChannelVersionNegotiation

java.lang.Object
org.fisco.bcos.sdk.channel.ChannelVersionNegotiation

public class ChannelVersionNegotiation
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ChannelVersionNegotiation()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String getPeerHost​(io.netty.channel.ChannelHandlerContext ctx)  
    static EnumChannelProtocolVersion getProtocolVersion​(io.netty.channel.ChannelHandlerContext ctx)  
    static boolean isChannelAvailable​(io.netty.channel.ChannelHandlerContext ctx)  
    static void setCtxAttibuteValue​(io.netty.channel.ChannelHandlerContext ctx, java.lang.String key, java.lang.String value)  
    static void setProtocolVersion​(io.netty.channel.ChannelHandlerContext ctx, EnumChannelProtocolVersion version, java.lang.String nodeVersion)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait