Class EmbeddedBootstrap

java.lang.Object
io.netty.bootstrap.AbstractBootstrap<io.netty.bootstrap.Bootstrap,io.netty.channel.Channel>
io.netty.bootstrap.Bootstrap
io.netty.bootstrap.EmbeddedBootstrap
All Implemented Interfaces:
Cloneable

public class EmbeddedBootstrap extends io.netty.bootstrap.Bootstrap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.bootstrap.Bootstrap
     

    Methods inherited from class io.netty.bootstrap.Bootstrap

    clone, clone, config, connect, connect, connect, connect, connect, remoteAddress, remoteAddress, remoteAddress, resolver

    Methods inherited from class io.netty.bootstrap.AbstractBootstrap

    attr, bind, bind, bind, bind, bind, channel, channelFactory, channelFactory, group, group, handler, localAddress, localAddress, localAddress, localAddress, option, register, toString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EmbeddedBootstrap

      public EmbeddedBootstrap()
  • Method Details

    • validate

      public io.netty.bootstrap.Bootstrap validate()
      Overrides:
      validate in class io.netty.bootstrap.Bootstrap