Uses of Interface
org.apache.ignite.internal.util.nio.GridNioServerListener
-
Packages that use GridNioServerListener Package Description org.apache.ignite.internal.client.router.impl org.apache.ignite.internal.processors.odbc org.apache.ignite.internal.processors.rest.protocols.tcp Adapters for TCP-based REST protocols.org.apache.ignite.internal.processors.rest.protocols.tcp.redis org.apache.ignite.internal.util.ipc IPC utility classes.org.apache.ignite.internal.util.nio NIO server interfaces and common utility classes for NIO.org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of GridNioServerListener in org.apache.ignite.internal.client.router.impl
Classes in org.apache.ignite.internal.client.router.impl that implement GridNioServerListener Modifier and Type Class Description classGridTcpRouterNioListenerAdapterNio listener for the router. -
Uses of GridNioServerListener in org.apache.ignite.internal.processors.odbc
Classes in org.apache.ignite.internal.processors.odbc that implement GridNioServerListener Modifier and Type Class Description classClientListenerNioListenerClient message listener. -
Uses of GridNioServerListener in org.apache.ignite.internal.processors.rest.protocols.tcp
Classes in org.apache.ignite.internal.processors.rest.protocols.tcp that implement GridNioServerListener Modifier and Type Class Description classGridTcpMemcachedNioListenerHandles memcache requests.classGridTcpRestNioListenerListener for nio server that handles incoming tcp rest packets. -
Uses of GridNioServerListener in org.apache.ignite.internal.processors.rest.protocols.tcp.redis
Classes in org.apache.ignite.internal.processors.rest.protocols.tcp.redis that implement GridNioServerListener Modifier and Type Class Description classGridRedisNioListenerListener for Redis protocol requests. -
Uses of GridNioServerListener in org.apache.ignite.internal.util.ipc
Constructors in org.apache.ignite.internal.util.ipc with parameters of type GridNioServerListener Constructor Description IpcToNioAdapter(MetricRegistryImpl mreg, IgniteLogger log, IpcEndpoint endp, GridNioServerListener<T> lsnr, GridNioMessageWriterFactory writerFactory, GridNioFilter... filters) -
Uses of GridNioServerListener in org.apache.ignite.internal.util.nio
Classes in org.apache.ignite.internal.util.nio that implement GridNioServerListener Modifier and Type Class Description classGridNioServerListenerAdapter<T>Server listener adapter providing empty methods implementation for rarely used methods.Methods in org.apache.ignite.internal.util.nio with parameters of type GridNioServerListener Modifier and Type Method Description GridNioServer.Builder<T>GridNioServer.Builder. listener(GridNioServerListener<T> lsnr)Constructors in org.apache.ignite.internal.util.nio with parameters of type GridNioServerListener Constructor Description GridNioFilterChain(IgniteLogger log, GridNioServerListener<T> lsnr, GridNioFilter head, GridNioFilter... filters)Constructor. -
Uses of GridNioServerListener in org.apache.ignite.spi.communication.tcp.internal
Classes in org.apache.ignite.spi.communication.tcp.internal that implement GridNioServerListener Modifier and Type Class Description classInboundConnectionHandlerThis class implement NioListener which process handshake stage, and transmit messages to session.Constructors in org.apache.ignite.spi.communication.tcp.internal with parameters of type GridNioServerListener Constructor Description GridNioServerWrapper(IgniteLogger log, TcpCommunicationConfiguration cfg, AttributeNames attributeNames, Tracing tracing, Function<UUID,ClusterNode> nodeGetter, Supplier<ClusterNode> locNodeSupplier, ConnectGateway connectGate, ClusterStateProvider stateProvider, Supplier<IgniteExceptionRegistry> eRegistrySupplier, CommunicationWorker commWorker, IgniteConfiguration igniteCfg, GridNioServerListener<Message> srvLsnr, String igniteInstanceName, WorkersRegistry workersRegistry, @Nullable GridMetricManager metricMgr, ThrowableBiFunction<ClusterNode,Integer,GridCommunicationClient,IgniteCheckedException> createTcpClientFun, CommunicationListener<Message> lsnr, TcpHandshakeExecutor tcpHandshakeExecutor)Deprecated.
-