com.sun.grizzly.cometd.bayeux
Class End

java.lang.Object
  extended by com.sun.grizzly.cometd.bayeux.End

public class End
extends Object

This is for event indicating that this is the end of the given request.

Author:
Shing Wai Chan

Constructor Summary
End(int requestPort, Set<String> channels)
           
 
Method Summary
 Set<String> getChannels()
           
 int getRequestPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

End

public End(int requestPort,
           Set<String> channels)
Method Detail

getRequestPort

public int getRequestPort()

getChannels

public Set<String> getChannels()


Copyright © 2012 Oracle Corporation. All Rights Reserved.