Errai 3.0.1-SNAPSHOT

org.jboss.websockets.oio
Interface ClosingStrategy


public interface ClosingStrategy

A closing strategy represents the strategy with which a socket should terminate its connection with the client, if a condition arises that requires termination of the socket.

Author:
Mike Brock

Method Summary
 void doClose()
          Close the socket.
 

Method Detail

doClose

void doClose()
             throws IOException
Close the socket.

Throws:
IOException

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.