| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http | |
| org.nustaq.kontraktor.remoting.http.servlet | |
| org.nustaq.kontraktor.remoting.http.undertow |
| Modifier and Type | Field and Description |
|---|---|
protected Function<KHttpExchange,ConnectionAuthResult> |
AbstractHttpServerConnector.connectionVerifier |
| Modifier and Type | Method and Description |
|---|---|
Function<KHttpExchange,ConnectionAuthResult> |
AbstractHttpServerConnector.getConnectionVerifier() |
org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> |
HttpObjectSocket.getLongPollTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHttpServerConnector.handleNewSession(KHttpExchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHttpServerConnector.setConnectionVerifier(Function<KHttpExchange,ConnectionAuthResult> connectionVerifier) |
void |
HttpObjectSocket.setLongPollTask(org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> longPollTask) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletKHttpExchangeImpl
Created by ruedi on 19.06.17.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> |
ServletActorConnector.createLongPollTask(KHttpExchange exchange,
HttpObjectSocket httpObjectSocket) |
| Modifier and Type | Method and Description |
|---|---|
protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> |
ServletActorConnector.createLongPollTask(KHttpExchange exchange,
HttpObjectSocket httpObjectSocket) |
| Modifier and Type | Class and Description |
|---|---|
class |
UndertowKHttpExchangeImpl
Created by ruedi on 19.06.17.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> |
UndertowHttpServerConnector.createLongPollTask(KHttpExchange exchange,
HttpObjectSocket httpObjectSocket,
org.xnio.channels.StreamSinkChannel sinkchannel) |
Function<KHttpExchange,ConnectionAuthResult> |
HttpPublisher.getConnectionVerifier() |
| Modifier and Type | Method and Description |
|---|---|
protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> |
UndertowHttpServerConnector.createLongPollTask(KHttpExchange exchange,
HttpObjectSocket httpObjectSocket,
org.xnio.channels.StreamSinkChannel sinkchannel) |
| Modifier and Type | Method and Description |
|---|---|
HttpPublisher |
HttpPublisher.connectionVerifier(Function<KHttpExchange,ConnectionAuthResult> connectionVerifier) |
Copyright © 2020. All rights reserved.