Class SuffixPipeline.Binder
- java.lang.Object
-
- org.eclipse.jgit.http.server.glue.ServletBinderImpl
-
- org.eclipse.jgit.http.server.glue.SuffixPipeline.Binder
-
- All Implemented Interfaces:
ServletBinder
- Enclosing class:
- SuffixPipeline
static class SuffixPipeline.Binder extends ServletBinderImpl
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
suffix
-
Constructor Summary
Constructors Constructor Description Binder(java.lang.String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) UrlPipeline
create()
-
Methods inherited from class org.eclipse.jgit.http.server.glue.ServletBinderImpl
getFilters, getServlet, through, with
-
-
-
-
Method Detail
-
create
UrlPipeline create()
- Specified by:
create
in classServletBinderImpl
- Returns:
- the pipeline that matches and executes this chain.
-
-