Package org.apache.cxf.jaxrs.nio
Class NioReadEntity
- java.lang.Object
-
- org.apache.cxf.jaxrs.nio.NioReadEntity
-
public class NioReadEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description NioReadEntity(NioReadHandler reader, NioReadCompletionHandler completion)NioReadEntity(NioReadHandler reader, NioReadCompletionHandler completion, NioErrorHandler error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NioReadCompletionHandlergetCompletion()NioErrorHandlergetError()NioReadHandlergetReader()
-
-
-
Constructor Detail
-
NioReadEntity
public NioReadEntity(NioReadHandler reader, NioReadCompletionHandler completion)
-
NioReadEntity
public NioReadEntity(NioReadHandler reader, NioReadCompletionHandler completion, NioErrorHandler error)
-
-
Method Detail
-
getReader
public NioReadHandler getReader()
-
getCompletion
public NioReadCompletionHandler getCompletion()
-
getError
public NioErrorHandler getError()
-
-