Class JettyByteArrayAsyncEndpoint
- java.lang.Object
-
- org.apache.axis2.transport.testkit.http.JettyEndpoint
-
- org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint<byte[]>
-
- org.apache.axis2.transport.testkit.http.JettyByteArrayAsyncEndpoint
-
- All Implemented Interfaces:
AsyncEndpoint<byte[]>
public class JettyByteArrayAsyncEndpoint extends JettyAsyncEndpoint<byte[]>
-
-
Constructor Summary
Constructors Constructor Description JettyByteArrayAsyncEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IncomingMessage<byte[]>
handle(javax.servlet.http.HttpServletRequest request)
-
Methods inherited from class org.apache.axis2.transport.testkit.http.JettyAsyncEndpoint
clear, handle, waitForMessage
-
-
-
-
Method Detail
-
handle
protected IncomingMessage<byte[]> handle(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException, IOException
- Specified by:
handle
in classJettyAsyncEndpoint<byte[]>
- Throws:
javax.servlet.ServletException
IOException
-
-