com.github.dreamhead.moco.parser.model
Class SessionSetting

java.lang.Object
  extended by com.github.dreamhead.moco.parser.model.SessionSetting

public class SessionSetting
extends java.lang.Object


Constructor Summary
SessionSetting()
           
 
Method Summary
 void bindTo(com.github.dreamhead.moco.HttpServer server)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionSetting

public SessionSetting()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

bindTo

public void bindTo(com.github.dreamhead.moco.HttpServer server)