Home | History | Annotate | Download | only in jsse

Lines Matching refs:npnProtocols

74     private byte[] npnProtocols;
279 if (npnProtocols != null) {
399 socket.getFileDescriptor$(), this, getSoTimeout(), client, npnProtocols);
1074 * @param npnProtocols a non-empty array of protocol names. From
1079 public void setNpnProtocols(byte[] npnProtocols) {
1080 if (npnProtocols != null && npnProtocols.length == 0) {
1081 throw new IllegalArgumentException("npnProtocols.length == 0");
1083 this.npnProtocols = npnProtocols;