Package | Description |
---|---|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.api | |
org.eclipse.jetty.spdy.server.proxy |
Modifier and Type | Method and Description |
---|---|
PingResultInfo |
StandardSession.ping(PingInfo pingInfo) |
Modifier and Type | Method and Description |
---|---|
void |
StandardSession.ping(PingInfo pingInfo,
Promise<PingResultInfo> promise) |
Modifier and Type | Method and Description |
---|---|
PingResultInfo |
Session.ping(PingInfo pingInfo)
Sends synchronously a PING, normally to measure round-trip time.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionFrameListener.onPing(Session session,
PingResultInfo pingResultInfo)
Callback invoked when a ping request has completed its round-trip.
|
void |
SessionFrameListener.Adapter.onPing(Session session,
PingResultInfo pingResultInfo) |
Modifier and Type | Method and Description |
---|---|
void |
Session.ping(PingInfo pingInfo,
Promise<PingResultInfo> promise)
Sends asynchronously a PING, normally to measure round-trip time.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyEngineSelector.onPing(Session clientSession,
PingResultInfo pingResultInfo) |
Copyright © 1995-2015 Webtide. All Rights Reserved.