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 IWSUploaderAcceptorIWSUploaderService. getAcceptor(HttpServletRequest request, HttpServletResponse response)Checks if the server would accept this upload request or not.default IWSUploaderAcceptorIWSUploaderAcceptor. 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 voidServerShell. addFileUploader(IWSUploaderAcceptor endPoint)Adds a new web file loader acceptor for an end point.voidServerShell. 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 classRemoteBuilderEndPointEnd 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 IWSUploaderAcceptorRemoteBuilderEndPoint. getAlternateAcceptor(HttpServletRequest request)Checks if the service wishes to return an alternate uploader.