Uses of Interface
com.iizix.jetty.IWSUploaderAcceptor
Packages that use IWSUploaderAcceptor
Uses of IWSUploaderAcceptor in com.iizix.jetty
Methods in com.iizix.jetty that return IWSUploaderAcceptorModifier and TypeMethodDescriptionIWSUploaderService.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 IWSUploaderAcceptorModifier and TypeMethodDescriptionvoid
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 IWSUploaderAcceptorModifier and TypeClassDescriptionclass
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 IWSUploaderAcceptorModifier and TypeMethodDescriptionRemoteBuilderEndPoint.getAlternateAcceptor
(HttpServletRequest request) Checks if the service wishes to return an alternate uploader.