Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.concurrent.AsyncBroker

Packages that use AsyncBroker
com.liferay.portal.fabric.netty.fileserver.handlers   
com.liferay.portal.fabric.netty.handlers   
com.liferay.portal.fabric.netty.repository   
com.liferay.portal.fabric.repository   
com.liferay.portal.kernel.process.local   
 

Uses of AsyncBroker in com.liferay.portal.fabric.netty.fileserver.handlers
 

Fields in com.liferay.portal.fabric.netty.fileserver.handlers declared as AsyncBroker
protected  AsyncBroker<java.nio.file.Path,FileResponse> FileUploadChannelHandler.asyncBroker
           
 

Constructors in com.liferay.portal.fabric.netty.fileserver.handlers with parameters of type AsyncBroker
FileResponseChannelHandler(AsyncBroker<java.nio.file.Path,FileResponse> asyncBroker, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup)
           
FileUploadChannelHandler(AsyncBroker<java.nio.file.Path,FileResponse> asyncBroker, FileResponse fileResponse, io.netty.util.concurrent.EventExecutor eventExecutor)
           
 

Uses of AsyncBroker in com.liferay.portal.fabric.netty.handlers
 

Methods in com.liferay.portal.fabric.netty.handlers that return AsyncBroker
static
<T extends Serializable>
AsyncBroker<Long,T>
NettyChannelAttributes.getAsyncBroker(io.netty.channel.Channel channel)
           
 

Uses of AsyncBroker in com.liferay.portal.fabric.netty.repository
 

Fields in com.liferay.portal.fabric.netty.repository declared as AsyncBroker
protected  AsyncBroker<java.nio.file.Path,FileResponse> NettyRepository.asyncBroker
           
 

Methods in com.liferay.portal.fabric.netty.repository that return AsyncBroker
 AsyncBroker<java.nio.file.Path,FileResponse> NettyRepository.getAsyncBroker()
           
 

Uses of AsyncBroker in com.liferay.portal.fabric.repository
 

Methods in com.liferay.portal.fabric.repository that return AsyncBroker
 AsyncBroker<java.nio.file.Path,FileResponse> Repository.getAsyncBroker()
           
 

Uses of AsyncBroker in com.liferay.portal.kernel.process.local
 

Methods in com.liferay.portal.kernel.process.local that return AsyncBroker
static AsyncBroker<Long,Serializable> AsyncBrokerThreadLocal.getAsyncBroker()
           
 

Methods in com.liferay.portal.kernel.process.local with parameters of type AsyncBroker
static void AsyncBrokerThreadLocal.setAsyncBroker(AsyncBroker<Long,Serializable> asyncBroker)
           
 

Constructors in com.liferay.portal.kernel.process.local with parameters of type AsyncBroker
LocalProcessChannel(NoticeableFuture<T> noticeableFuture, ObjectOutputStream objectOutputStream, AsyncBroker<Long,Serializable> asyncBroker)
           
 


Liferay 7.0-ce-b4