Package org.apache.tomcat.jni.socket
Interface AprSocketContext.HostInfoLoader
-
- Enclosing class:
- AprSocketContext
public static interface AprSocketContext.HostInfoLoader
Delegates loading of persistent info about a host - public certs, tickets, config, persistent info etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostInfo
getHostInfo(String name, int port, boolean ssl)
-