org.glassfish.admin.amx.intf.config.grizzly
Interface Transport
- All Superinterfaces:
- AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, NamedConfigElement, PropertiesAccess
Deprecated.
@Deprecated
public interface Transport
- extends NamedConfigElement, PropertiesAccess
Note: attribute getters/setters are not included in this interface; use generic approach.
| Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy |
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid |
getTcpNoDelay
String getTcpNoDelay()
- Deprecated.
set
void set(String val)
- Deprecated.
getReadTimeoutMillis
String getReadTimeoutMillis()
- Deprecated.
setReadTimeoutMillis
void setReadTimeoutMillis(String val)
- Deprecated.
getDisplayConfiguration
String getDisplayConfiguration()
- Deprecated.
setDisplayConfiguration
void setDisplayConfiguration(String val)
- Deprecated.
getEnableSnoop
String getEnableSnoop()
- Deprecated.
setEnableSnoop
void setEnableSnoop(String val)
- Deprecated.
getClassname
String getClassname()
- Deprecated.
setClassname
void setClassname(String val)
- Deprecated.
getAcceptorThreads
String getAcceptorThreads()
- Deprecated.
setAcceptorThreads
void setAcceptorThreads(String val)
- Deprecated.
getBufferSizeBytes
String getBufferSizeBytes()
- Deprecated.
setBufferSizeBytes
void setBufferSizeBytes(String val)
- Deprecated.
getWriteTimeoutMillis
String getWriteTimeoutMillis()
- Deprecated.
setWriteTimeoutMillis
void setWriteTimeoutMillis(String val)
- Deprecated.
getMaxConnectionsCount
String getMaxConnectionsCount()
- Deprecated.
setMaxConnectionsCount
void setMaxConnectionsCount(String val)
- Deprecated.
getSelectionKeyHandler
String getSelectionKeyHandler()
- Deprecated.
setSelectionKeyHandler
void setSelectionKeyHandler(String val)
- Deprecated.
getSelectorPollTimeoutMillis
String getSelectorPollTimeoutMillis()
- Deprecated.
setSelectorPollTimeoutMillis
void setSelectorPollTimeoutMillis(String val)
- Deprecated.
getByteBufferType
String getByteBufferType()
- Deprecated.
setByteBufferType
void setByteBufferType(String val)
- Deprecated.
getIdleKeyTimeoutSeconds
String getIdleKeyTimeoutSeconds()
- Deprecated.
setIdleKeyTimeoutSeconds
void setIdleKeyTimeoutSeconds(String val)
- Deprecated.
Copyright © 2012 GlassFish Community. All Rights Reserved.