org.glassfish.admin.amx.intf.config
Interface HttpProtocol


Deprecated.

@Deprecated
public interface HttpProtocol


Method Summary
 String getDefaultResponseType()
          Deprecated.  
 String getDefaultType()
          Deprecated.  
 String getDnsLookupEnabled()
          Deprecated.  
 String getForcedResponseType()
          Deprecated.  
 String getForcedType()
          Deprecated.  
 String getSslEnabled()
          Deprecated.  
 String getVersion()
          Deprecated.  
 void setDefaultResponseType(String param1)
          Deprecated.  
 void setDefaultType(String param1)
          Deprecated.  
 void setDnsLookupEnabled(String param1)
          Deprecated.  
 void setForcedResponseType(String param1)
          Deprecated.  
 void setForcedType(String param1)
          Deprecated.  
 void setSslEnabled(String param1)
          Deprecated.  
 void setVersion(String param1)
          Deprecated.  
 

Method Detail

getVersion

String getVersion()
Deprecated. 

getDefaultResponseType

String getDefaultResponseType()
Deprecated. 

setDefaultResponseType

void setDefaultResponseType(String param1)
Deprecated. 

getForcedResponseType

String getForcedResponseType()
Deprecated. 

setForcedResponseType

void setForcedResponseType(String param1)
Deprecated. 

setVersion

void setVersion(String param1)
Deprecated. 

getDnsLookupEnabled

String getDnsLookupEnabled()
Deprecated. 

setDnsLookupEnabled

void setDnsLookupEnabled(String param1)
Deprecated. 

getForcedType

String getForcedType()
Deprecated. 

setForcedType

void setForcedType(String param1)
Deprecated. 

getDefaultType

String getDefaultType()
Deprecated. 

setDefaultType

void setDefaultType(String param1)
Deprecated. 

getSslEnabled

String getSslEnabled()
Deprecated. 

setSslEnabled

void setSslEnabled(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.