Uses of Class
org.geotools.data.wfs.protocol.http.HttpMethod

Packages that use HttpMethod
org.geotools.data.wfs.protocol.http   
org.geotools.data.wfs.v1_0_0   
org.geotools.wfs.protocol   
 

Uses of HttpMethod in org.geotools.data.wfs.protocol.http
 

Methods in org.geotools.data.wfs.protocol.http that return HttpMethod
static HttpMethod HttpMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpMethod[] HttpMethod.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of HttpMethod in org.geotools.data.wfs.v1_0_0
 

Fields in org.geotools.data.wfs.v1_0_0 declared as HttpMethod
protected  HttpMethod WFS_1_0_0_DataStore.preferredProtocol
           
 

Methods in org.geotools.data.wfs.v1_0_0 with parameters of type HttpMethod
 URL WFS100ProtocolHandler.getOperationURL(WFSOperationType operation, HttpMethod method)
           
 boolean WFS100ProtocolHandler.supports(WFSOperationType operation, HttpMethod method)
           
 

Constructors in org.geotools.data.wfs.v1_0_0 with parameters of type HttpMethod
WFS_1_0_0_DataStore(HttpMethod protocol, WFS100ProtocolHandler protocolHandler, int timeout, int buffer, boolean lenient)
          Construct WFSDataStore.
 

Uses of HttpMethod in org.geotools.wfs.protocol
 

Methods in org.geotools.wfs.protocol with parameters of type HttpMethod
 HttpURLConnection WFSProtocolHandler.createDescribeFeatureTypeConnection(String typeName, HttpMethod method)
          Deprecated.  
 HttpURLConnection DefaultConnectionFactory.getConnection(URL query, HttpMethod method)
          Deprecated.  
 HttpURLConnection ConnectionFactory.getConnection(URL query, HttpMethod method)
          Deprecated. Creates and returns a connection object for the supplied URL, settled up for the given HTTP method (GET or POST) and this connection factory tryGzip and authentication settings.
 InputStream DefaultConnectionFactory.getInputStream(URL query, HttpMethod method)
          Deprecated.  
 InputStream ConnectionFactory.getInputStream(URL query, HttpMethod method)
          Deprecated. Shortcut for conn = getConnection(url, method); getInputStream(conn);
abstract  URL WFSProtocolHandler.getOperationURL(WFSOperationType operation, HttpMethod method)
          Deprecated.  
abstract  boolean WFSProtocolHandler.supports(WFSOperationType operation, HttpMethod method)
          Deprecated. Returns whether the service supports the given operation for the given HTTP method.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.