src/java.net.http/share/classes/java/net/http/WebSocket.java
branchhttp-client-branch
changeset 56332 bf6a22cc06ba
parent 56331 95f6f846ee8e
child 56333 4ca04a62862e
equal deleted inserted replaced
56331:95f6f846ee8e 56332:bf6a22cc06ba
   462 
   462 
   463         /**
   463         /**
   464          * An error has occurred.
   464          * An error has occurred.
   465          *
   465          *
   466          * <p> This is the last invocation from the specified WebSocket. By the
   466          * <p> This is the last invocation from the specified WebSocket. By the
   467          * time this invocation begins both that WebSocket's input and output
   467          * time this invocation begins both the WebSocket's input and output
   468          * will have been closed. A WebSocket may invoke this method on the
   468          * will have been closed. A WebSocket may invoke this method on the
   469          * associated listener at any time after it has invoked {@code onOpen},
   469          * associated listener at any time after it has invoked {@code onOpen},
   470          * regardless of whether or not any invocations have been requested from
   470          * regardless of whether or not any invocations have been requested from
   471          * the WebSocket.
   471          * the WebSocket.
   472          *
   472          *