Searched defs:SNIMatcher (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSNIMatcher.java41 * {@code SNIMatcher} objects are immutable. Subclasses should not provide
51 public abstract class SNIMatcher { class
57 * Creates an {@code SNIMatcher} using the specified server name type.
65 protected SNIMatcher(int type) { method in class:SNIMatcher
78 * Returns the server name type of this {@code SNIMatcher} object.
80 * @return the server name type of this {@code SNIMatcher} object.

Completed in 60 milliseconds