com.sun.enterprise.config.serverbeans
Interface HttpProtocol

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

Deprecated.

@Deprecated
public interface HttpProtocol
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 java.lang.String getDefaultResponseType()
          Deprecated. Gets the value of the defaultResponseType property.
 java.lang.String getDefaultType()
          Deprecated. Gets the value of the defaultType property.
 java.lang.String getDnsLookupEnabled()
          Deprecated. Gets the value of the dnsLookupEnabled property.
 java.lang.String getForcedResponseType()
          Deprecated. Gets the value of the forcedResponseType property.
 java.lang.String getForcedType()
          Deprecated. Gets the value of the forcedType property.
 java.lang.String getSslEnabled()
          Deprecated. Gets the value of the sslEnabled property.
 java.lang.String getVersion()
          Deprecated. Gets the value of the version property.
 void setDefaultResponseType(java.lang.String value)
          Deprecated. Sets the value of the defaultResponseType property.
 void setDefaultType(java.lang.String value)
          Deprecated. Sets the value of the defaultType property.
 void setDnsLookupEnabled(java.lang.String value)
          Deprecated. Sets the value of the dnsLookupEnabled property.
 void setForcedResponseType(java.lang.String value)
          Deprecated. Sets the value of the forcedResponseType property.
 void setForcedType(java.lang.String value)
          Deprecated. Sets the value of the forcedType property.
 void setSslEnabled(java.lang.String value)
          Deprecated. Sets the value of the sslEnabled property.
 void setVersion(java.lang.String value)
          Deprecated. Sets the value of the version property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getVersion

java.lang.String getVersion()
Deprecated. 
Gets the value of the version property. The version of the HTTP protocol used by the HTTP Service

Returns:
possible object is String

setVersion

void setVersion(java.lang.String value)
                throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the version property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getDnsLookupEnabled

java.lang.String getDnsLookupEnabled()
Deprecated. 
Gets the value of the dnsLookupEnabled property. If the DNS name for a particular ip address from which the request originates needs to be looked up.

Returns:
possible object is String

setDnsLookupEnabled

void setDnsLookupEnabled(java.lang.String value)
                         throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the dnsLookupEnabled property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getForcedType

java.lang.String getForcedType()
Deprecated. 
Gets the value of the forcedType property. The response type to be forced if the content served cannot be matched by any of the MIME mappings for extensions. Specified as a semi-colon delimited string consisting of content-type, encoding, language, charset

Returns:
possible object is String

setForcedType

void setForcedType(java.lang.String value)
                   throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the forcedType property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getDefaultType

java.lang.String getDefaultType()
Deprecated. 
Gets the value of the defaultType property. Setting the default response-type. Specified as a semi-colon delimited string consisting of content-type, encoding, language, charset

Returns:
possible object is String

setDefaultType

void setDefaultType(java.lang.String value)
                    throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the defaultType property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getForcedResponseType

java.lang.String getForcedResponseType()
Deprecated. 
Gets the value of the forcedResponseType property. This attribute is deprecated. Use forced-type instead

Returns:
possible object is String

setForcedResponseType

void setForcedResponseType(java.lang.String value)
                           throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the forcedResponseType property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getDefaultResponseType

java.lang.String getDefaultResponseType()
Deprecated. 
Gets the value of the defaultResponseType property. This attribute is deprecated. Use default-type instead

Returns:
possible object is String

setDefaultResponseType

void setDefaultResponseType(java.lang.String value)
                            throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the defaultResponseType property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getSslEnabled

java.lang.String getSslEnabled()
Deprecated. 
Gets the value of the sslEnabled property. Globally enables SSL across the server

Returns:
possible object is String

setSslEnabled

void setSslEnabled(java.lang.String value)
                   throws java.beans.PropertyVetoException
Deprecated. 
Sets the value of the sslEnabled property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.