Uses of Interface
com.iizix.jetty.IWSUploaderAcceptor
Uses of IWSUploaderAcceptor in com.iizix.jetty
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
End point for the Remote Customized iiziRun Builder that transports a proxy of a RuntimeBuilderProps to build the app.Modifier and TypeMethodDescriptionRemoteBuilderEndPoint.getAlternateAcceptor
(HttpServletRequest request) Checks if the service wishes to return an alternate uploader.