Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.nio.intraband.ChannelContext

Packages that use ChannelContext
com.liferay.portal.kernel.nio.intraband   
com.liferay.portal.kernel.nio.intraband.blocking   
 

Uses of ChannelContext in com.liferay.portal.kernel.nio.intraband
 

Methods in com.liferay.portal.kernel.nio.intraband with parameters of type ChannelContext
protected  void BaseIntraband.handleReading(ScatteringByteChannel scatteringByteChannel, ChannelContext channelContext)
           
protected  boolean BaseIntraband.handleWriting(GatheringByteChannel gatheringByteChannel, ChannelContext channelContext)
           
 

Uses of ChannelContext in com.liferay.portal.kernel.nio.intraband.blocking
 

Constructors in com.liferay.portal.kernel.nio.intraband.blocking with parameters of type ChannelContext
ExecutorIntraband.ReadingCallable(ScatteringByteChannel scatteringByteChannel, ChannelContext channelContext)
           
ExecutorIntraband.WritingCallable(GatheringByteChannel gatheringByteChannel, ChannelContext channelContext)
           
 


Liferay 6.2-ce-ga5