Class UndertowKHttpExchangeImpl
java.lang.Object
org.nustaq.kontraktor.remoting.http.undertow.UndertowKHttpExchangeImpl
- All Implemented Interfaces:
KHttpExchange
Created by ruedi on 19.06.17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetPath()voidsend(byte[] b) voidvoidsendAuthResponse(byte[] response, String sessionId) voidsetResponseCode(int i) voidsetResponseContentLength(int length)
-
Constructor Details
-
UndertowKHttpExchangeImpl
public UndertowKHttpExchangeImpl(io.undertow.server.HttpServerExchange ex)
-
-
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
-
getPath
- Specified by:
getPathin interfaceKHttpExchange
-