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(java.lang.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 are 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
 java.net.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
 java.net.HttpURLConnection WFSProtocolHandler.createDescribeFeatureTypeConnection(java.lang.String typeName, HttpMethod method)
          Deprecated.  
 java.net.HttpURLConnection ConnectionFactory.getConnection(java.net.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.
 java.net.HttpURLConnection DefaultConnectionFactory.getConnection(java.net.URL query, HttpMethod method)
          Deprecated.  
 java.io.InputStream ConnectionFactory.getInputStream(java.net.URL query, HttpMethod method)
          Deprecated. Shortcut for conn = getConnection(url, method); getInputStream(conn);
 java.io.InputStream DefaultConnectionFactory.getInputStream(java.net.URL query, HttpMethod method)
          Deprecated.  
abstract  java.net.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-2010 Geotools. All Rights Reserved.