Uses of Interface
com.rabbitmq.client.SocketChannelConfigurator
-
Packages that use SocketChannelConfigurator Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of SocketChannelConfigurator in com.rabbitmq.client
Classes in com.rabbitmq.client that implement SocketChannelConfigurator Modifier and Type Class Description classDefaultSocketChannelConfiguratorstatic classSocketChannelConfigurators.AbstractSocketChannelConfiguratorMethods in com.rabbitmq.client that return SocketChannelConfigurator Modifier and Type Method Description SocketChannelConfiguratorSocketChannelConfigurators.Builder. build()Return the configuredSocketConfigurator.Methods in com.rabbitmq.client with parameters of type SocketChannelConfigurator Modifier and Type Method Description SocketChannelConfigurators.BuilderSocketChannelConfigurators.Builder. add(SocketChannelConfigurator extraConfiguration)Add an extra configuration step.SocketChannelConfigurators.AbstractSocketChannelConfiguratorSocketChannelConfigurators.AbstractSocketChannelConfigurator. andThen(SocketChannelConfigurator after)Returns a composed configurator that performs, in sequence, this operation followed by theafteroperation. -
Uses of SocketChannelConfigurator in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio that return SocketChannelConfigurator Modifier and Type Method Description SocketChannelConfiguratorNioParams. getSocketChannelConfigurator()Methods in com.rabbitmq.client.impl.nio with parameters of type SocketChannelConfigurator Modifier and Type Method Description voidNioParams. setSocketChannelConfigurator(SocketChannelConfigurator configurator)Set theSocketChannelconfigurator.
-