|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventSourceConnection | |
|---|---|
| org.webbitserver | |
| org.webbitserver.handler.logging | |
| org.webbitserver.netty | |
| org.webbitserver.stub | |
| org.webbitserver.wrapper | |
| Uses of EventSourceConnection in org.webbitserver |
|---|
| Methods in org.webbitserver that return EventSourceConnection | |
|---|---|
EventSourceConnection |
EventSourceConnection.close()
|
EventSourceConnection |
EventSourceConnection.data(String key,
Object value)
|
EventSourceConnection |
HttpControl.eventSourceConnection()
|
EventSourceConnection |
EventSourceConnection.send(EventSourceMessage message)
|
EventSourceConnection |
HttpControl.upgradeToEventSourceConnection(EventSourceHandler handler)
|
| Methods in org.webbitserver with parameters of type EventSourceConnection | |
|---|---|
void |
EventSourceHandler.onClose(EventSourceConnection connection)
|
void |
EventSourceHandler.onOpen(EventSourceConnection connection)
|
| Uses of EventSourceConnection in org.webbitserver.handler.logging |
|---|
| Methods in org.webbitserver.handler.logging with parameters of type EventSourceConnection | |
|---|---|
void |
LogSink.eventSourceConnectionClose(EventSourceConnection connection)
|
void |
SimpleLogSink.eventSourceConnectionClose(EventSourceConnection connection)
|
void |
LogSink.eventSourceConnectionOpen(EventSourceConnection connection)
|
void |
SimpleLogSink.eventSourceConnectionOpen(EventSourceConnection connection)
|
void |
LogSink.eventSourceOutboundData(EventSourceConnection connection,
String data)
|
void |
SimpleLogSink.eventSourceOutboundData(EventSourceConnection connection,
String data)
|
| Uses of EventSourceConnection in org.webbitserver.netty |
|---|
| Classes in org.webbitserver.netty that implement EventSourceConnection | |
|---|---|
class |
NettyEventSourceConnection
|
| Uses of EventSourceConnection in org.webbitserver.stub |
|---|
| Classes in org.webbitserver.stub that implement EventSourceConnection | |
|---|---|
class |
StubConnection
Implementation of EventSourceConnection and WebSocketConnection that is easy to construct and
makes it easy to inspect results. |
| Methods in org.webbitserver.stub that return EventSourceConnection | |
|---|---|
EventSourceConnection |
StubHttpControl.eventSourceConnection()
|
EventSourceConnection |
StubHttpControl.upgradeToEventSourceConnection(EventSourceHandler handler)
|
| Uses of EventSourceConnection in org.webbitserver.wrapper |
|---|
| Classes in org.webbitserver.wrapper that implement EventSourceConnection | |
|---|---|
class |
EventSourceConnectionWrapper
|
| Methods in org.webbitserver.wrapper that return EventSourceConnection | |
|---|---|
EventSourceConnection |
HttpControlWrapper.eventSourceConnection()
|
EventSourceConnection |
EventSourceConnectionWrapper.originalControl()
|
EventSourceConnection |
EventSourceConnectionWrapper.underlyingControl()
|
EventSourceConnection |
HttpControlWrapper.upgradeToEventSourceConnection(EventSourceHandler handler)
|
| Methods in org.webbitserver.wrapper with parameters of type EventSourceConnection | |
|---|---|
EventSourceConnectionWrapper |
EventSourceConnectionWrapper.underlyingControl(EventSourceConnection control)
|
| Constructors in org.webbitserver.wrapper with parameters of type EventSourceConnection | |
|---|---|
EventSourceConnectionWrapper(EventSourceConnection connection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||