Uses of Interface
com.iizix.jetty.IWSUploaderAcceptor
Packages that use IWSUploaderAcceptor Package Description com.iizix.jetty com.iizix.server com.iizix.server.run.remote Uses of IWSUploaderAcceptor in com.iizix.jetty
Methods in com.iizix.jetty that return IWSUploaderAcceptor Modifier and Type Method Description IWSUploaderAcceptor
IWSUploaderService. getAcceptor(HttpServletRequest request, HttpServletResponse response)
Checks if the server would accept this upload request or not.default IWSUploaderAcceptor
IWSUploaderAcceptor. getAlternateAcceptor(HttpServletRequest request)
Checks if the service wishes to return an alternate uploader.Uses of IWSUploaderAcceptor in com.iizix.server
Methods in com.iizix.server with parameters of type IWSUploaderAcceptor Modifier and Type Method Description void
ServerShell. addFileUploader(IWSUploaderAcceptor endPoint)
Adds a new web file loader acceptor for an end point.void
ServerShell. removeFileUploader(IWSUploaderAcceptor endPoint)
Removes a new web file loader acceptor for an end point.Uses of IWSUploaderAcceptor in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IWSUploaderAcceptor Modifier and Type Class Description class
RemoteBuilderEndPoint
End point for the Remote Customized iiziRun Builder that transports a proxy of a RuntimeBuilderProps to build the app.Methods in com.iizix.server.run.remote that return IWSUploaderAcceptor Modifier and Type Method Description IWSUploaderAcceptor
RemoteBuilderEndPoint. getAlternateAcceptor(HttpServletRequest request)
Checks if the service wishes to return an alternate uploader.