Class ServletKHttpExchangeImpl
java.lang.Object
org.nustaq.kontraktor.remoting.http.servlet.ServletKHttpExchangeImpl
- All Implemented Interfaces:
KHttpExchange
Created by ruedi on 19.06.17.
-
Constructor Summary
ConstructorsConstructorDescriptionServletKHttpExchangeImpl(KontraktorServlet servlet, javax.servlet.AsyncContext aCtx) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsend(byte[] b) voidvoidsendAuthResponse(byte[] response, String sessionId) voidsetResponseCode(int i) voidsetResponseContentLength(int length) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nustaq.kontraktor.remoting.http.KHttpExchange
getPath
-
Constructor Details
-
ServletKHttpExchangeImpl
-
-
Method Details
-
endExchange
public void endExchange()- Specified by:
endExchangein interfaceKHttpExchange
-
setResponseContentLength
public void setResponseContentLength(int length) - Specified by:
setResponseContentLengthin interfaceKHttpExchange
-
setResponseCode
public void setResponseCode(int i) - Specified by:
setResponseCodein interfaceKHttpExchange
-
send
- Specified by:
sendin interfaceKHttpExchange
-
send
public void send(byte[] b) - Specified by:
sendin interfaceKHttpExchange
-
sendAuthResponse
- Specified by:
sendAuthResponsein interfaceKHttpExchange
-