DefaultNHttpClientConnection, DefaultNHttpServerConnection, NHttpConnectionBase, SSLIOSession, SSLIOSessionpublic interface SessionBufferStatus
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasBufferedInput() |
Determines if the session input buffer contains data.
|
boolean |
hasBufferedOutput() |
Determines if the session output buffer contains data.
|
boolean hasBufferedInput()
true if the session input buffer contains data,
false otherwise.boolean hasBufferedOutput()
true if the session output buffer contains data,
false otherwise.