Package | Description |
---|---|
org.apache.river.jeri.internal.http |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientConnection
Class representing a client-side HTTP connection used to send HTTP requests.
|
class |
HttpServerConnection
Class representing a server-side HTTP connection used to receive and
dispatch incoming HTTP requests.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionTimer.cancelTimeout(TimedConnection conn)
Attempts to cancel timeout for the given connection.
|
void |
ConnectionTimer.scheduleTimeout(TimedConnection conn,
boolean force)
Schedules timeout for given connection.
|
Copyright © 2016–2018. All rights reserved.