Class BasicServerConfiguration
- java.lang.Object
-
- org.apache.abdera.protocol.server.provider.managed.Configuration
-
- org.apache.abdera.protocol.server.provider.managed.ServerConfiguration
-
- org.apache.abdera.protocol.server.provider.managed.AbstractServerConfiguration
-
- org.apache.abdera.protocol.server.provider.managed.BasicServerConfiguration
-
@Deprecated public class BasicServerConfiguration extends AbstractServerConfiguration
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description BasicServerConfiguration(RequestContext request)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetFeedNamespace()Deprecated.StringgetFeedNamespacePrefix()Deprecated.-
Methods inherited from class org.apache.abdera.protocol.server.provider.managed.AbstractServerConfiguration
getAdapterConfigLocation, getFeedConfigLocation, getFeedConfigSuffix, getPort, getServerUri, loadFeedConfiguration
-
-
-
-
Constructor Detail
-
BasicServerConfiguration
public BasicServerConfiguration(RequestContext request)
Deprecated.
-
-
Method Detail
-
getFeedNamespace
public String getFeedNamespace()
Deprecated.- Specified by:
getFeedNamespacein classServerConfiguration
-
getFeedNamespacePrefix
public String getFeedNamespacePrefix()
Deprecated.- Specified by:
getFeedNamespacePrefixin classServerConfiguration
-
-