|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Protocol | |
---|---|
org.restlet.gwt | Port of the core classes of the Restlet API on GWT. |
org.restlet.gwt.data | Element of information handled by a component via a connector. |
Uses of Protocol in org.restlet.gwt |
---|
Methods in org.restlet.gwt that return types with arguments of type Protocol | |
---|---|
java.util.List<Protocol> |
Connector.getProtocols()
Returns the modifiable list of protocols simultaneously supported. |
Method parameters in org.restlet.gwt with type arguments of type Protocol | |
---|---|
void |
Connector.setProtocols(java.util.List<Protocol> protocols)
Sets the protocols simultaneously supported. |
Constructors in org.restlet.gwt with parameters of type Protocol | |
---|---|
Client(Context context,
Protocol protocol)
Constructor. |
|
Client(Protocol protocol)
Constructor. |
Constructor parameters in org.restlet.gwt with type arguments of type Protocol | |
---|---|
Client(Context context,
java.util.List<Protocol> protocols)
Constructor. |
|
Client(java.util.List<Protocol> protocols)
Constructor. |
|
Connector(Context context,
java.util.List<Protocol> protocols)
Constructor. |
Uses of Protocol in org.restlet.gwt.data |
---|
Fields in org.restlet.gwt.data declared as Protocol | |
---|---|
static Protocol |
Protocol.ALL
All protocols wildcard. |
static Protocol |
Protocol.FILE
FILE is a standard scheme to access to representations stored in the file system (locally most of the time). |
static Protocol |
Protocol.FTP
FTP protocol. |
static Protocol |
Protocol.HTTP
HTTP protocol. |
static Protocol |
Protocol.HTTPS
HTTPS protocol (via SSL socket). |
Methods in org.restlet.gwt.data that return Protocol | |
---|---|
Protocol |
Request.getProtocol()
Returns the protocol by first returning the resourceRef.schemeProtocol property if it is set, or the baseRef.schemeProtocol property otherwise. |
Protocol |
Reference.getSchemeProtocol()
Returns the protocol associated with the scheme component. |
static Protocol |
Protocol.valueOf(java.lang.String name)
Creates the protocol associated to a URI scheme name. |
Methods in org.restlet.gwt.data with parameters of type Protocol | |
---|---|
void |
Reference.setProtocol(Protocol protocol)
Sets the scheme component based on this protocol. |
Constructors in org.restlet.gwt.data with parameters of type Protocol | |
---|---|
Reference(Protocol protocol,
java.lang.String hostName)
Constructor for a protocol and host name. |
|
Reference(Protocol protocol,
java.lang.String hostName,
int hostPort)
Constructor for a protocol, host name and host port |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |