com.wordnik.swaggersocket.protocol
Class Close

java.lang.Object
  extended by com.wordnik.swaggersocket.protocol.Close

public class Close
extends Object


Constructor Summary
Close()
           
Close(String reason, String identity)
           
 
Method Summary
 String getIdentity()
           
 String getReason()
           
 void setIdentity(String identity)
           
 void setReason(String reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Close

public Close()

Close

public Close(String reason,
             String identity)
Method Detail

getReason

public String getReason()

setReason

public void setReason(String reason)

getIdentity

public String getIdentity()

setIdentity

public void setIdentity(String identity)


Copyright © 2012. All Rights Reserved.