public class HostInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
byte[][] |
certs
Raw cert data (x.509 format).
|
String |
host |
int |
port |
boolean |
secure |
byte[] |
sessDer
DER-encoded session data.
|
String |
sessionId |
byte[] |
ticket |
int |
ticketLen |
public String host
public int port
public boolean secure
public byte[][] certs
public byte[] ticket
public int ticketLen
public String sessionId
public byte[] sessDer
public HostInfo()
public HostInfo(String host, int port, boolean secure)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.