com.sun.grizzly.cometd.bayeux
Class End
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
End
public End(int requestPort,
Set<String> channels)
getRequestPort
public int getRequestPort()
getChannels
public Set<String> getChannels()
Copyright © 2012 Oracle Corporation. All Rights Reserved.