src/java.net.http/share/classes/jdk/internal/net/http/websocket/Transport.java
branchhttp-client-branch
changeset 56269 234813fd33bc
parent 56263 4933a477d628
child 56303 a82058c084ef
equal deleted inserted replaced
56268:481d8c9acc7f 56269:234813fd33bc
    90      * message being received (i.e. to decide outside this type when exactly one
    90      * message being received (i.e. to decide outside this type when exactly one
    91      * should decrement the demand).
    91      * should decrement the demand).
    92      */
    92      */
    93     void acknowledgeReception(); // TODO: hide
    93     void acknowledgeReception(); // TODO: hide
    94 
    94 
       
    95     /*
       
    96      * If this method is invoked, then all pending and subsequent send
       
    97      * operations will fail with IOException.
       
    98      */
    95     void closeOutput() throws IOException;
    99     void closeOutput() throws IOException;
    96 
   100 
    97     void closeInput() throws IOException;
   101     void closeInput() throws IOException;
    98 }
   102 }