Loading src/uicc/connection/SCP81Connection.java +6 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ public interface SCP81Connection extends Observable { * in the associated (directly or indirectly) Security Domain of the calling application. </li> * <li><code>INVALID_HEADER_FIELD</code>if Content-Type header field does not conform * with the rules defined in this specification. </li> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. * </ul> * * @throws ArrayIndexOutOfBoundsException if <code>parameterOffset</code> and <code>parameterLength</code> are causing access Loading @@ -67,6 +69,8 @@ public interface SCP81Connection extends Observable { * @throws ConnectionException with the following reason code: * <ul> * <li><code>INVALID_STATE</code> if the connection is not open. * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. * </ul> */ public void close() Loading Loading @@ -94,6 +98,8 @@ public interface SCP81Connection extends Observable { * <li> or if an HTTP POST response has been delivered to the applet but all received have not * been received or discarded. * </ul> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. * </ul> * @throws NullPointerException if <code>baData</code> is equal to <code>null</code> */ Loading Loading
src/uicc/connection/SCP81Connection.java +6 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ public interface SCP81Connection extends Observable { * in the associated (directly or indirectly) Security Domain of the calling application. </li> * <li><code>INVALID_HEADER_FIELD</code>if Content-Type header field does not conform * with the rules defined in this specification. </li> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. * </ul> * * @throws ArrayIndexOutOfBoundsException if <code>parameterOffset</code> and <code>parameterLength</code> are causing access Loading @@ -67,6 +69,8 @@ public interface SCP81Connection extends Observable { * @throws ConnectionException with the following reason code: * <ul> * <li><code>INVALID_STATE</code> if the connection is not open. * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. * </ul> */ public void close() Loading Loading @@ -94,6 +98,8 @@ public interface SCP81Connection extends Observable { * <li> or if an HTTP POST response has been delivered to the applet but all received have not * been received or discarded. * </ul> * <li><code>TOOLKIT_RESOURCE_NOT_AVAILABLE</code> if the proactive command could not be * issued. * </ul> * @throws NullPointerException if <code>baData</code> is equal to <code>null</code> */ Loading