jdk/src/java.base/share/classes/javax/net/ssl/SSLEngineResult.java
changeset 38963 31331a991a58
parent 32649 2ee9017c7597
child 47015 ae0aad3b3881
equal deleted inserted replaced
38962:f14820fa750d 38963:31331a991a58
   149          */
   149          */
   150         NEED_UNWRAP,
   150         NEED_UNWRAP,
   151 
   151 
   152         /**
   152         /**
   153          * The {@code SSLEngine} needs to unwrap before handshaking can
   153          * The {@code SSLEngine} needs to unwrap before handshaking can
   154          * can continue.
   154          * continue.
   155          * <P>
   155          * <P>
   156          * This value is used to indicate that not-yet-interpreted data
   156          * This value is used to indicate that not-yet-interpreted data
   157          * has been previously received from the remote side, and does
   157          * has been previously received from the remote side, and does
   158          * not need to be received again.
   158          * not need to be received again.
   159          * <P>
   159          * <P>