|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.util.Helper
com.noelios.restlet.ConnectorHelper
com.noelios.restlet.ClientHelper
public class ClientHelper
Client connector helper.
Constructor Summary | |
---|---|
ClientHelper(Client client)
Constructor. |
Method Summary | |
---|---|
Client |
getClient()
Returns the client to help. |
Context |
getContext()
Returns the server context. |
Logger |
getLogger()
Returns the server logger. |
Series<Parameter> |
getParameters()
Returns the server parameters. |
Methods inherited from class com.noelios.restlet.ConnectorHelper |
---|
createContext, getProtocols, handle, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientHelper(Client client)
client
- The client to help.Method Detail |
---|
public Client getClient()
public Series<Parameter> getParameters()
public Logger getLogger()
public Context getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |