public class UndertowKHttpExchangeImpl extends Object implements KHttpExchange
| Constructor and Description |
|---|
UndertowKHttpExchangeImpl(io.undertow.server.HttpServerExchange ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
endExchange() |
void |
send(byte[] b) |
void |
send(String s) |
void |
sendAuthResponse(byte[] response,
String sessionId) |
void |
setResponseCode(int i) |
void |
setResponseContentLength(int length) |
public UndertowKHttpExchangeImpl(io.undertow.server.HttpServerExchange ex)
public void endExchange()
endExchange in interface KHttpExchangepublic void setResponseContentLength(int length)
setResponseContentLength in interface KHttpExchangepublic void setResponseCode(int i)
setResponseCode in interface KHttpExchangepublic void send(String s)
send in interface KHttpExchangepublic void send(byte[] b)
send in interface KHttpExchangepublic void sendAuthResponse(byte[] response,
String sessionId)
sendAuthResponse in interface KHttpExchangeCopyright © 2019. All rights reserved.