class GitLfsTransferServlet extends HttpServlet
Provides GitLFS Transfer API https://github.com/git-lfs/git-lfs/blob/master/docs/api/basic-transfers.md
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GitLfsTransferServlet
- HttpServlet
- GenericServlet
- Serializable
- ServletConfig
- Servlet
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GitLfsTransferServlet()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def destroy(): Unit
- Definition Classes
- GenericServlet → Servlet
- def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doGet(req: HttpServletRequest, res: HttpServletResponse): Unit
- Attributes
- protected
- Definition Classes
- GitLfsTransferServlet → HttpServlet
- def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def doPut(req: HttpServletRequest, res: HttpServletResponse): Unit
- Attributes
- protected
- Definition Classes
- GitLfsTransferServlet → HttpServlet
- def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInitParameter(arg0: String): String
- Definition Classes
- GenericServlet → ServletConfig
- def getInitParameterNames(): Enumeration[String]
- Definition Classes
- GenericServlet → ServletConfig
- def getLastModified(arg0: HttpServletRequest): Long
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- def getServletConfig(): ServletConfig
- Definition Classes
- GenericServlet → Servlet
- def getServletContext(): ServletContext
- Definition Classes
- GenericServlet → ServletConfig
- def getServletInfo(): String
- Definition Classes
- GenericServlet → Servlet
- def getServletName(): String
- Definition Classes
- GenericServlet → ServletConfig
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(): Unit
- Definition Classes
- GenericServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException])
- def init(arg0: ServletConfig): Unit
- Definition Classes
- GenericServlet → Servlet
- Annotations
- @throws(classOf[javax.servlet.ServletException])
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(arg0: String, arg1: Throwable): Unit
- Definition Classes
- GenericServlet
- def log(arg0: String): Unit
- Definition Classes
- GenericServlet
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def service(arg0: ServletRequest, arg1: ServletResponse): Unit
- Definition Classes
- HttpServlet → GenericServlet → Servlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
- Attributes
- protected[http]
- Definition Classes
- HttpServlet
- Annotations
- @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()