Class UndertowKHttpExchangeImpl
java.lang.Object
org.nustaq.kontraktor.remoting.http.undertow.UndertowKHttpExchangeImpl
- All Implemented Interfaces:
KHttpExchange
public class UndertowKHttpExchangeImpl extends Object implements KHttpExchange
Created by ruedi on 19.06.17.
-
Constructor Summary
Constructors Constructor Description UndertowKHttpExchangeImpl(io.undertow.server.HttpServerExchange ex) -
Method Summary
Modifier and Type Method Description voidendExchange()StringgetPath()voidsend(byte[] b)voidsend(String s)voidsendAuthResponse(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
-