Package | Description |
---|---|
org.restlet.engine.adapter | |
org.restlet.ext.servlet |
Integration with Servlet API 3.1.
|
org.restlet.ext.servlet.internal | |
org.restlet.ext.xdb |
Integration with Oracle 11g XML DB feature.
|
Modifier and Type | Method and Description |
---|---|
ServerAdapter |
HttpServerHelper.getAdapter()
Returns the adapter from HTTP calls to uniform calls.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServerHelper.setAdapter(ServerAdapter adapter)
Sets the adapter from HTTP calls to uniform calls.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletAdapter
HTTP adapter from Servlet calls to Restlet calls.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletServerAdapter
Default server adapter from Servlet calls to Restlet calls.
|
Modifier and Type | Class and Description |
---|---|
class |
XdbServletAdapter
Deprecated.
Not actively developed anymore.
|
Copyright © 2005–2016. All rights reserved.