Interface | Description |
---|---|
AprSocketContext.BlockingPollHandler |
Callback for poll events, will be invoked in a thread pool.
|
AprSocketContext.HostInfoLoader |
Delegates loading of persistent info about a host - public certs,
tickets, config, persistent info etc.
|
AprSocketContext.NonBlockingPollHandler |
Additional callbacks for non-blocking.
|
AprSocketContext.RawDataHandler |
Called when a chunk of data is sent or received.
|
AprSocketContext.TlsCertVerifier |
Called in SSL mode after the handshake is completed.
|
Class | Description |
---|---|
AprSocket |
Native socket, using JNI + APR + openssl.
|
AprSocketContext | |
HostInfo |
Information about the remote host.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.