Package edu.wpi.grip.core.http
Class GripServer.JettyServerFactoryImpl
- java.lang.Object
-
- edu.wpi.grip.core.http.GripServer.JettyServerFactoryImpl
-
- All Implemented Interfaces:
GripServer.JettyServerFactory
- Enclosing class:
- GripServer
public static class GripServer.JettyServerFactoryImpl extends java.lang.Object implements GripServer.JettyServerFactory
-
-
Constructor Summary
Constructors Constructor Description JettyServerFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.server.Server
create(int port)
-
-
-
Method Detail
-
create
public org.eclipse.jetty.server.Server create(int port)
- Specified by:
create
in interfaceGripServer.JettyServerFactory
-
-