com.sun.grizzly.websockets
Class WebSocketCloseHandler

java.lang.Object
  extended by com.sun.grizzly.websockets.WebSocketCloseHandler
All Implemented Interfaces:
ConnectionCloseHandler

public class WebSocketCloseHandler
extends Object
implements ConnectionCloseHandler


Constructor Summary
WebSocketCloseHandler()
           
 
Method Summary
 void locallyClosed(SelectionKey key)
           
 void remotlyClosed(SelectionKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSocketCloseHandler

public WebSocketCloseHandler()
Method Detail

locallyClosed

public void locallyClosed(SelectionKey key)
Specified by:
locallyClosed in interface ConnectionCloseHandler

remotlyClosed

public void remotlyClosed(SelectionKey key)
Specified by:
remotlyClosed in interface ConnectionCloseHandler


Copyright © 2011 Oracle Corpration. All Rights Reserved.