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

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLSocketOutputRecord.java51 void encodeAlert(byte level, byte description) throws IOException { method in class:SSLSocketOutputRecord
H A DSSLEngineOutputRecord.java68 void encodeAlert(byte level, byte description) throws IOException { method in class:SSLEngineOutputRecord
H A DDTLSOutputRecord.java89 void encodeAlert(byte level, byte description) throws IOException { method in class:DTLSOutputRecord
H A DOutputRecord.java125 abstract void encodeAlert(byte level, byte description) throws IOException; method in class:OutputRecord

Completed in 87 milliseconds