/ 

io.netty/ netty-all/ 4.1.25.Final/ io/netty/handler/codec/http/HttpServerUpgradeHandler$UpgradeCodecFactory.class

 

  • abstract class publicHttpServerUpgradeHandler$UpgradeCodecFactory
    • abstract method publicnewUpgradeCodec(CharSequence): HttpServerUpgradeHandler$UpgradeCodec
http://netty.io/netty-all/: Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients. (The Netty Project)
  • Apache License, Version 2.0
  • The Netty Project Contributors (The Netty Project)
public interface io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory
  super_class: java.lang.Object
{
  public abstract io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec newUpgradeCodec(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lio/netty/handler/codec/http/HttpServerUpgradeHandler$UpgradeCodec;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      protocol  
}
SourceFile: "HttpServerUpgradeHandler.java"
NestHost: io.netty.handler.codec.http.HttpServerUpgradeHandler
InnerClasses:
  public abstract UpgradeCodec = io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodec of io.netty.handler.codec.http.HttpServerUpgradeHandler
  public abstract UpgradeCodecFactory = io.netty.handler.codec.http.HttpServerUpgradeHandler$UpgradeCodecFactory of io.netty.handler.codec.http.HttpServerUpgradeHandler


Missing a library or version you want to see? Open an issue!
Icon set and themes from IntelliJ Community