Class ZContextModule

java.lang.Object
com.google.inject.PrivateModule
dev.getelements.elements.rt.remote.jeromq.guice.ZContextModule
All Implemented Interfaces:
com.google.inject.Module

public class ZContextModule extends com.google.inject.PrivateModule
  • Constructor Details

    • ZContextModule

      public ZContextModule()
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class com.google.inject.PrivateModule
    • withDefaultIpv6

      public ZContextModule withDefaultIpv6()
    • withIpv6

      public ZContextModule withIpv6(boolean ipv6)
    • withDefaultIoThreads

      public ZContextModule withDefaultIoThreads()
    • withIoThreads

      public ZContextModule withIoThreads(int ioThreads)
    • withDefaultMaxSockets

      public ZContextModule withDefaultMaxSockets()
    • withMaxSockets

      public ZContextModule withMaxSockets(int maxSockets)