Package org.jclouds.netty.io
Class NettyPayloadSlicer
- java.lang.Object
-
- org.jclouds.io.internal.BasePayloadSlicer
-
- org.jclouds.netty.io.NettyPayloadSlicer
-
- All Implemented Interfaces:
PayloadSlicer
@Singleton public class NettyPayloadSlicer extends BasePayloadSlicer
-
-
Constructor Summary
Constructors Constructor Description NettyPayloadSlicer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Payload
doSlice(File content, long offset, long length)
-
-
-
Method Detail
-
doSlice
protected Payload doSlice(File content, long offset, long length)
- Overrides:
doSlice
in classBasePayloadSlicer
-
-