Home
last modified time | relevance | path

Searched refs:ServerAdapter (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerAdapterList.java31 public class ServerAdapterList extends HttpAdapterList<ServerAdapter> {
33 …protected ServerAdapter createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) { in createHttpAdapter()
34 return new ServerAdapter(name, urlPattern, endpoint, this); in createHttpAdapter()
H A DServerAdapter.java55 public final class ServerAdapter extends HttpAdapter implements BoundEndpoint { class
58 …protected ServerAdapter(String name, String urlPattern, WSEndpoint endpoint, ServerAdapterList own… in ServerAdapter() method in ServerAdapter
114 private static final Logger LOGGER = Logger.getLogger(ServerAdapter.class.getName());
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/server/
H A DServerAdapterList.java31 public class ServerAdapterList extends HttpAdapterList<ServerAdapter> {
33 …protected ServerAdapter createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint) { in createHttpAdapter()
34 return new ServerAdapter(name, urlPattern, endpoint, this); in createHttpAdapter()
H A DServerAdapter.java55 public final class ServerAdapter extends HttpAdapter implements BoundEndpoint { class
58 …protected ServerAdapter(String name, String urlPattern, WSEndpoint endpoint, ServerAdapterList own… in ServerAdapter() method in ServerAdapter
114 private static final Logger LOGGER = Logger.getLogger(ServerAdapter.class.getName());
/dports/games/scourge/scourge/src/
H A Dgameadapter.cpp202 ServerAdapter::ServerAdapter( Preferences *config ) : GameAdapter( config ) { in ServerAdapter() function in ServerAdapter
205 ServerAdapter::~ServerAdapter() { in ~ServerAdapter()
208 void ServerAdapter::start() { in start()
H A Dgameadapter.h353 class ServerAdapter : public GameAdapter {
355 ServerAdapter( Preferences *config );
356 virtual ~ServerAdapter();
H A Dmain.cpp50 adapter = new ServerAdapter( config ); in createGameAdapter()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/
H A D_cpserver.py6 from cherrypy.process.servers import ServerAdapter
12 class Server(ServerAdapter):
H A Ddaemon.py62 s = servers.ServerAdapter(engine, httpserver=f, bind_addr=addr)
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/
H A D_cpserver.py8 from cherrypy.process.servers import ServerAdapter
14 class Server(ServerAdapter):
H A Ddaemon.py62 s = servers.ServerAdapter(engine, httpserver=f, bind_addr=addr)
/dports/devel/py-pympler/Pympler-0.4.2/pympler/util/
H A Dbottle.py2343 class ServerAdapter(object): class
2358 class CGIServer(ServerAdapter):
2375 class WSGIRefServer(ServerAdapter):
2402 class PasteServer(ServerAdapter):
2419 class FapwsServer(ServerAdapter):
2441 class TornadoServer(ServerAdapter):
2478 class DieselServer(ServerAdapter):
2486 class GeventServer(ServerAdapter):
2532 class RocketServer(ServerAdapter):
2540 class BjoernServer(ServerAdapter):
[all …]
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/bottle/
H A Dbottle.py2841 class ServerAdapter(object): class
2858 class CGIServer(ServerAdapter):
2878 class WSGIRefServer(ServerAdapter):
2942 class PasteServer(ServerAdapter):
2959 class FapwsServer(ServerAdapter):
2984 class TornadoServer(ServerAdapter):
3025 class DieselServer(ServerAdapter):
3034 class GeventServer(ServerAdapter):
3113 class RocketServer(ServerAdapter):
3122 class BjoernServer(ServerAdapter):
[all …]
/dports/www/py-bottle/bottle-0.12.19/
H A Dbottle.py2736 class ServerAdapter(object): class
2751 class CGIServer(ServerAdapter):
2768 class WSGIRefServer(ServerAdapter):
2824 class PasteServer(ServerAdapter):
2840 class FapwsServer(ServerAdapter):
2862 class TornadoServer(ServerAdapter):
2899 class DieselServer(ServerAdapter):
2907 class GeventServer(ServerAdapter):
2968 class RocketServer(ServerAdapter):
2976 class BjoernServer(ServerAdapter):
[all …]
/dports/french/py-grammalecte-fr/grammalecte/
H A Dbottle.py2736 class ServerAdapter(object): class
2751 class CGIServer(ServerAdapter):
2768 class WSGIRefServer(ServerAdapter):
2824 class PasteServer(ServerAdapter):
2840 class FapwsServer(ServerAdapter):
2862 class TornadoServer(ServerAdapter):
2899 class DieselServer(ServerAdapter):
2907 class GeventServer(ServerAdapter):
2968 class RocketServer(ServerAdapter):
2976 class BjoernServer(ServerAdapter):
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/process/
H A Dservers.py134 class ServerAdapter(object): class
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/process/
H A Dservers.py134 class ServerAdapter(object): class
/dports/devel/py-pympler/Pympler-0.4.2/pympler/
H A Dweb.py273 class PymplerServer(bottle.ServerAdapter):
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/
H A Dtheonionbox.py2745 class HTTPServer(bottle.ServerAdapter):
/dports/www/py-pyramid/pyramid-1.7.3/docs/
H A Ddesigndefense.rst1499 microframeworks. For example, Bottle contains a ``ServerAdapter`` subclass for
/dports/graphics/digikam/digikam-7.4.0/
H A DChangeLog164165 ServerAdapter,