扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.net.ssl枚举sslengineresult.handshakestatus的类成员方法: need_unwrap定义及介绍
发布时间:2014-2-18
本文导语:
need_unwrap
public static final sslengineresult.handshakestatus need_unwrap
在继续进行握手前,sslengine 需要从远端接收数据。
values
public static final sslengineresult.handshakestatus[] values()
returns an array containing the constants of this enum type, in
the order...