Uses of Class
com.gigaspaces.internal.space.transport.xnio.XNioChannel
Packages that use XNioChannel
Package
Description
-
Uses of XNioChannel in com.gigaspaces.internal.space.transport.xnio.client
Methods in com.gigaspaces.internal.space.transport.xnio.client that return XNioChannelModifier and TypeMethodDescriptionXNioConnectionPool.acquire()XNioConnectionPoolDynamic.acquire()XNioConnectionPoolFixed.acquire()XNioConnectionPoolThreadLocal.acquire()Methods in com.gigaspaces.internal.space.transport.xnio.client with parameters of type XNioChannelModifier and TypeMethodDescriptionvoidXNioConnectionPool.release(XNioChannel channel) voidXNioConnectionPoolDynamic.release(XNioChannel channel) voidXNioConnectionPoolFixed.release(XNioChannel channel) voidXNioConnectionPoolThreadLocal.release(XNioChannel channel) -
Uses of XNioChannel in com.gigaspaces.internal.space.transport.xnio.server
Methods in com.gigaspaces.internal.space.transport.xnio.server with parameters of type XNioChannelModifier and TypeMethodDescriptionabstract voidReadProcessor.read(XNioChannel channel) voidSpaceReadProcessor.read(XNioChannel channel)