Uses of Class
com.jsql.model.injection.strategy.blind.AbstractCallableBoolean
-
Uses of AbstractCallableBoolean in com.jsql.model
Modifier and TypeMethodDescriptionAbstractModelObservable.getReportWithoutIndex
(String dataInjection, String metadataInjectionProcess, AbstractCallableBoolean<?> callableBoolean) abstract String
AbstractModelObservable.inject
(String dataInjection, boolean isUsingIndex, String metadataInjectionProcess, AbstractCallableBoolean<?> callableBoolean, boolean isReport) Function header for the inject() methods, definition needed by call(), dataInjection: SQL query, responseHeader unused, useVisibleIndex false if injection indexes aren't needed, return source page after the HTTP call.InjectionModel.inject
(String dataInjection, boolean isUsingIndex, String metadataInjectionProcess, AbstractCallableBoolean<?> callableBoolean, boolean isReport) Run a HTTP connection to the web server.AbstractModelObservable.injectWithoutIndex
(String dataInjection, String metadataInjectionProcess, AbstractCallableBoolean<?> callableBoolean) -
Uses of AbstractCallableBoolean in com.jsql.model.injection.strategy.blind
Modifier and TypeClassDescriptionclass
AbstractCallableBoolean<T extends AbstractCallableBoolean<T>>
Callable used to read blind/time database information.class
AbstractInjectionBoolean<T extends AbstractCallableBoolean<T>>
class
AbstractInjectionMonobit<T extends AbstractCallableBoolean<T>>
Modifier and TypeClassDescriptionclass
Define a call HTTP to the server, require the associated url, character position and bit.class
Define a call HTTP to the server, require the associated url, character position and bit.class
class
Define a call HTTP to the server, require the associated url, character position and bit.class
Modifier and TypeMethodDescriptionAbstractInjectionBoolean.callUrl
(String urlString, String metadataInjectionProcess, AbstractCallableBoolean<?> callableBoolean) InjectionCharInsertion.callUrl
(String urlString, String metadataInjectionProcess, AbstractCallableBoolean<?> callableBoolean) InjectionVendor.callUrl
(String urlString, String metadataInjectionProcess, AbstractCallableBoolean<?> callableBoolean)