| Package | Description |
|---|---|
| com.liferay.portal.fabric.netty.fileserver.handlers | |
| com.liferay.portal.fabric.netty.repository | |
| com.liferay.portal.fabric.repository |
| Modifier and Type | Field and Description |
|---|---|
protected FileResponse |
FileUploadChannelHandler.fileResponse |
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.petra.concurrent.AsyncBroker<Path,FileResponse> |
FileUploadChannelHandler.asyncBroker |
| Modifier and Type | Method and Description |
|---|---|
FileResponse |
FileResponseChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
FileResponse fileResponse,
io.netty.buffer.ByteBuf byteBuf) |
| Modifier and Type | Method and Description |
|---|---|
FileResponse |
FileResponseChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
FileResponse fileResponse,
io.netty.buffer.ByteBuf byteBuf) |
| Constructor and Description |
|---|
FileUploadChannelHandler(com.liferay.petra.concurrent.AsyncBroker<Path,FileResponse> asyncBroker,
FileResponse fileResponse,
io.netty.util.concurrent.EventExecutor eventExecutor) |
| Constructor and Description |
|---|
FileResponseChannelHandler(com.liferay.petra.concurrent.AsyncBroker<Path,FileResponse> asyncBroker,
io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup) |
FileUploadChannelHandler(com.liferay.petra.concurrent.AsyncBroker<Path,FileResponse> asyncBroker,
FileResponse fileResponse,
io.netty.util.concurrent.EventExecutor eventExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.petra.concurrent.AsyncBroker<Path,FileResponse> |
NettyRepository.asyncBroker |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.petra.concurrent.AsyncBroker<Path,FileResponse> |
NettyRepository.getAsyncBroker() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.petra.concurrent.AsyncBroker<Path,FileResponse> |
Repository.getAsyncBroker() |