- FiberApplication<T extends io.dropwizard.Configuration> - Class in co.paralleluniverse.fibers.dropwizard
-
- FiberApplication() - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberApplication
-
- FiberArray - Class in co.paralleluniverse.fibers.jdbc
-
- FiberArray(Array, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberArray
-
- FiberBlob - Class in co.paralleluniverse.fibers.jdbc
-
- FiberBlob(Blob, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- FiberCall - Class in co.paralleluniverse.fibers.okhttp
-
Fiber-blocking OkHttp’s Call
implementation.
- FiberCall(OkHttpClient, Request) - Constructor for class co.paralleluniverse.fibers.okhttp.FiberCall
-
- FiberCallableStatement - Class in co.paralleluniverse.fibers.jdbc
-
- FiberCallableStatement(CallableStatement, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- FiberClob - Class in co.paralleluniverse.fibers.jdbc
-
- FiberClob(Clob, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberClob
-
- FiberCloseableHttpAsyncClient - Class in co.paralleluniverse.fibers.httpasyncclient
-
- FiberConnection - Class in co.paralleluniverse.fibers.jdbc
-
- FiberDatabaseMetaData - Class in co.paralleluniverse.fibers.jdbc
-
- FiberDatabaseMetaData(DatabaseMetaData, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- FiberDataSource - Class in co.paralleluniverse.fibers.jdbc
-
A JDBC
DataSource
that creates connections that can be used in Quasar fibers.
- FiberDataSource(DataSource, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- FiberDataSourceFactory - Class in co.paralleluniverse.fibers.dropwizard
-
- FiberDataSourceFactory(DataSourceFactory) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- FiberDataSourceFactory - Class in co.paralleluniverse.fibers.jdbc
-
- FiberDataSourceFactory() - Constructor for class co.paralleluniverse.fibers.jdbc.FiberDataSourceFactory
-
- FiberDBI - Class in co.paralleluniverse.fibers.jdbi
-
- FiberDBI(IDBI) - Constructor for class co.paralleluniverse.fibers.jdbi.FiberDBI
-
- FiberDBI(DataSource, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbi.FiberDBI
-
Constructor for use with a DataSource which will provide
- FiberDBI(DataSource, int) - Constructor for class co.paralleluniverse.fibers.jdbi.FiberDBI
-
Constructor for use with a DataSource which will provide using fixed thread pool executor
- FiberDBI(DataSource) - Constructor for class co.paralleluniverse.fibers.jdbi.FiberDBI
-
Constructor for use with a DataSource which will provide using 10 threads fixed pool executor
- FiberDBIFactory - Class in co.paralleluniverse.fibers.dropwizard
-
- FiberDBIFactory(ExecutorService) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberDBIFactory
-
- FiberDBIFactory(int) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberDBIFactory
-
- FiberDBIFactory() - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberDBIFactory
-
- fiberDispatchInvoke(Object...) - Method in class co.paralleluniverse.springframework.web.method.support.FiberInvocableHandlerMethod
-
- FiberDriver - Class in co.paralleluniverse.fibers.jdbc
-
- FiberDriver() - Constructor for class co.paralleluniverse.fibers.jdbc.FiberDriver
-
- FiberHttpClient - Class in co.paralleluniverse.fibers.httpclient
-
- FiberHttpClient(CloseableHttpAsyncClient) - Constructor for class co.paralleluniverse.fibers.httpclient.FiberHttpClient
-
- FiberHttpClient(CloseableHttpAsyncClient, IOReactor) - Constructor for class co.paralleluniverse.fibers.httpclient.FiberHttpClient
-
- FiberHttpClient(CloseableHttpAsyncClient, HttpRequestRetryHandler) - Constructor for class co.paralleluniverse.fibers.httpclient.FiberHttpClient
-
- FiberHttpClient(CloseableHttpAsyncClient, HttpRequestRetryHandler, IOReactor) - Constructor for class co.paralleluniverse.fibers.httpclient.FiberHttpClient
-
- FiberHttpClientBuilder - Class in co.paralleluniverse.fibers.dropwizard
-
A convenience class for building
HttpClient
instances.
- FiberHttpClientBuilder(MetricRegistry) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
-
- FiberHttpClientBuilder(Environment) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
-
- FiberHttpClientBuilder - Class in co.paralleluniverse.fibers.httpclient
-
Builder for creating fiber blocking httpClient.
- FiberHttpClientBuilder(HttpAsyncClientBuilder) - Constructor for class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- FiberHttpServlet - Class in co.paralleluniverse.fibers.servlet
-
Fiber-blocking HttpServlet base class.
- FiberHttpServlet() - Constructor for class co.paralleluniverse.fibers.servlet.FiberHttpServlet
-
- FiberHttpServletRequest - Class in co.paralleluniverse.fibers.servlet
-
- FiberHttpServletRequest(FiberHttpServlet, HttpServletRequest) - Constructor for class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- FiberInvocableHandlerMethod - Class in co.paralleluniverse.springframework.web.method.support
-
- FiberInvocableHandlerMethod(Object, Method) - Constructor for class co.paralleluniverse.springframework.web.method.support.FiberInvocableHandlerMethod
-
- FiberInvocableHandlerMethod(HandlerMethod) - Constructor for class co.paralleluniverse.springframework.web.method.support.FiberInvocableHandlerMethod
-
- FiberInvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class co.paralleluniverse.springframework.web.method.support.FiberInvocableHandlerMethod
-
- FiberKafkaProducer<K,V> - Class in co.paralleluniverse.fibers.kafka
-
- FiberKafkaProducer(Producer<K, V>) - Constructor for class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
-
- FiberManagedDataSource - Class in co.paralleluniverse.fibers.dropwizard
-
- FiberManagedDataSource(ManagedDataSource, ListeningExecutorService) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberManagedDataSource
-
- FiberMongoCallback<T> - Class in co.paralleluniverse.fibers.mongodb
-
Base class for async-to-fiber-blocking Async Java Mongo Driver transformations
- FiberMongoCallback() - Constructor for class co.paralleluniverse.fibers.mongodb.FiberMongoCallback
-
- FiberMongoClientImpl - Class in co.paralleluniverse.fibers.mongodb
-
- FiberMongoClientImpl(Client) - Constructor for class co.paralleluniverse.fibers.mongodb.FiberMongoClientImpl
-
- FiberMongoClientImpl(MongoClientConfiguration) - Constructor for class co.paralleluniverse.fibers.mongodb.FiberMongoClientImpl
-
- FiberMongoCollectionImpl - Class in co.paralleluniverse.fibers.mongodb
-
- FiberMongoCollectionImpl(Client, MongoDatabase, String) - Constructor for class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- FiberMongoDatabaseImpl - Class in co.paralleluniverse.fibers.mongodb
-
- FiberMongoDatabaseImpl(MongoClient, Client, String) - Constructor for class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
-
- FiberMongoFactory - Class in co.paralleluniverse.fibers.mongodb
-
- FiberMongoFactory() - Constructor for class co.paralleluniverse.fibers.mongodb.FiberMongoFactory
-
- FiberMongoUtils - Class in co.paralleluniverse.fibers.mongodb
-
Utility classes for callbacks (async-to-fiberblocking briding)
- FiberMongoUtils() - Constructor for class co.paralleluniverse.fibers.mongodb.FiberMongoUtils
-
- FiberNClob - Class in co.paralleluniverse.fibers.jdbc
-
- FiberNClob(NClob, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- FiberOkHttpClient - Class in co.paralleluniverse.fibers.okhttp
-
- FiberOkHttpClient() - Constructor for class co.paralleluniverse.fibers.okhttp.FiberOkHttpClient
-
- FiberOkHttpUtil - Class in co.paralleluniverse.fibers.okhttp
-
- FiberParameterMetadata - Class in co.paralleluniverse.fibers.jdbc
-
- FiberParameterMetadata(ParameterMetaData, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- FiberPreparedStatement - Class in co.paralleluniverse.fibers.jdbc
-
- FiberRef - Class in co.paralleluniverse.fibers.jdbc
-
- FiberRef(Ref, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberRef
-
- fiberRequestMappingHandlerAdapter() - Method in class co.paralleluniverse.springframework.web.servlet.config.annotation.FiberWebMvcConfigurationSupport
-
- FiberRequestMappingHandlerAdapter - Class in co.paralleluniverse.springframework.web.servlet.mvc.method.annotation
-
- FiberRequestMappingHandlerAdapter() - Constructor for class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Default constructor.
- FiberRestAdapterBuilder - Class in co.paralleluniverse.fibers.retrofit
-
- FiberRestAdapterBuilder() - Constructor for class co.paralleluniverse.fibers.retrofit.FiberRestAdapterBuilder
-
- FiberResultSet - Class in co.paralleluniverse.fibers.jdbc
-
- FiberResultSet(ResultSet, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- FiberResultSetMetaData - Class in co.paralleluniverse.fibers.jdbc
-
- FiberResultSetMetaData(ResultSetMetaData, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- fiberRun(T, Environment) - Method in class co.paralleluniverse.fibers.dropwizard.FiberApplication
-
- FiberSecureSpringBootApplication - Annotation Type in co.paralleluniverse.springframework.boot.security.autoconfigure.web
-
Convenience annotation for fiber-enabled Spring Boot applications
- FiberSecurityContextHolderConfig - Class in co.paralleluniverse.springframework.security.config
-
- FiberSecurityContextHolderConfig() - Constructor for class co.paralleluniverse.springframework.security.config.FiberSecurityContextHolderConfig
-
- FiberServletContainer - Class in co.paralleluniverse.fibers.dropwizard
-
A Servlet for deploying root resource classes that assign a fiber per request.
- FiberServletContainer() - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
Create Jersey Servlet container.
- FiberServletContainer(ResourceConfig) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
Create Jersey Servlet container.
- FiberServletContainer(ServletContainer) - Constructor for class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
Wraps a Jerset Servlet container.
- FiberServletInvocableHandlerMethod - Class in co.paralleluniverse.springframework.web.servlet.mvc.method.annotation
-
- FiberServletInvocableHandlerMethod(Object, Method) - Constructor for class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberServletInvocableHandlerMethod
-
Creates an instance from the given handler and method.
- FiberServletInvocableHandlerMethod(HandlerMethod) - Constructor for class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberServletInvocableHandlerMethod
-
Create an instance from a HandlerMethod
.
- FiberServletRequest - Class in co.paralleluniverse.fibers.servlet
-
- FiberServletRequest(FiberHttpServlet, ServletRequest) - Constructor for class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- FiberSpringBootApplication - Annotation Type in co.paralleluniverse.springframework.boot.autoconfigure.web
-
Convenience annotation for fiber-enabled Spring Boot applications
- FiberSQLXML - Class in co.paralleluniverse.fibers.jdbc
-
- FiberSQLXML(SQLXML, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- FiberStatement - Class in co.paralleluniverse.fibers.jdbc
-
- FiberStatement(Statement, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- FiberStruct - Class in co.paralleluniverse.fibers.jdbc
-
- FiberStruct(Struct, ExecutorService) - Constructor for class co.paralleluniverse.fibers.jdbc.FiberStruct
-
- FiberWebMvcAutoConfiguration - Class in co.paralleluniverse.springframework.boot.autoconfigure.web
-
Supports fiber-blocking without disabling Spring Boot Web Autoconfiguration.
- FiberWebMvcAutoConfiguration() - Constructor for class co.paralleluniverse.springframework.boot.autoconfigure.web.FiberWebMvcAutoConfiguration
-
- FiberWebMvcConfigurationSupport - Class in co.paralleluniverse.springframework.web.servlet.config.annotation
-
Provides a fiber-dispatching controller method invoker
- FiberWebMvcConfigurationSupport() - Constructor for class co.paralleluniverse.springframework.web.servlet.config.annotation.FiberWebMvcConfigurationSupport
-
- filter(String, boolean) - Method in class co.paralleluniverse.comsat.tomcat.QuasarWebAppClassLoader
-
- find(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- find(Find.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- find(Find) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findAll() - Method in interface comsat.sample.jpa.repository.NoteRepository
-
- findAll() - Method in interface comsat.sample.jpa.repository.TagRepository
-
- findAll() - Method in class comsat.sample.ui.InMemoryMessageRepository
-
- findAll() - Method in class comsat.sample.ui.InMemoryMessageRespository
-
- findAll() - Method in interface comsat.sample.ui.MessageRepository
-
- findAndModify(FindAndModify.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findAndModify(FindAndModify) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findAndModifyAsync(FindAndModify) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findAndModifyAsync(FindAndModify.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findAsync(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findAsync(Find.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findAsync(Find) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findCities(CitySearchCriteria, Pageable) - Method in interface comsat.sample.data.jpa.service.CityService
-
- findClass(String) - Method in class co.paralleluniverse.comsat.jetty.QuasarWebAppClassLoader
-
- findColumn(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- findMessage(Long) - Method in class comsat.sample.ui.InMemoryMessageRepository
-
- findMessage(Long) - Method in class comsat.sample.ui.InMemoryMessageRespository
-
- findMessage(Long) - Method in interface comsat.sample.ui.MessageRepository
-
- findOne(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findOne(Find.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findOne(Find) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findOneAsync(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findOneAsync(Find.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findOneAsync(Find) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- findResourceInternal(String, String) - Method in class co.paralleluniverse.comsat.tomcat.QuasarWebAppClassLoader
-
- first() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- flush() - Method in class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
-
- foo() - Method in class comsat.sample.actuator.log4j.SampleController
-
- foo() - Method in class comsat.sample.actuator.log4j2.SampleController
-
- foo() - Method in class comsat.sample.actuator.SampleController
-
- foo() - Method in class comsat.sample.actuator.ui.SampleActuatorUiApplication
-
- foo() - Method in class comsat.sample.ui.mvc.MessageController
-
- foo() - Method in class comsat.sample.ui.secure.SampleWebSecureApplication
-
- foo() - Method in class comsat.sample.ui.secure.SampleWebSecureCustomApplication
-
- free() - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- free() - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- free() - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- free() - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- free() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- generatedKeyAlwaysReturned() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getAbandonWhenPercentageFull() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getAddress() - Method in class comsat.sample.data.jpa.domain.Hotel
-
- getApplicationHandler() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
- getArgumentResolvers() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
- getArray() - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getArray(Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getArray(long, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getArray(long, int, Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getArray(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getArray(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getArray(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getArray(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getAsciiStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- getAsciiStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- getAsciiStream(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getAsciiStream(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getAsyncContext() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getAttribute(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the value of the given attribute.
- getAttribute(String) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getAttributeNames() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getAttributes() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the names values of all attributed associated with this request.
- getAttributes(String, String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getAttributes() - Method in class co.paralleluniverse.fibers.jdbc.FiberStruct
-
- getAttributes(Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberStruct
-
- getAuthType() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getAutoCommit() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getAutoCommitByDefault() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getAverageRating() - Method in class comsat.sample.data.jpa.domain.HotelSummary
-
- getAverageRatingRounded() - Method in class comsat.sample.data.jpa.domain.HotelSummary
-
- getBaseType() - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getBaseTypeName() - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getBaseTypeName() - Method in class co.paralleluniverse.fibers.jdbc.FiberRef
-
- getBeanFactory() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Return the owning factory of this bean instance, or null
.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getBigDecimal(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBigDecimal(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBigDecimal(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBigDecimal(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
Deprecated.
- getBigDecimal(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
Deprecated.
- getBigDecimal(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBigDecimal(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBinaryStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- getBinaryStream(long, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- getBinaryStream(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBinaryStream(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBinaryStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- getBlob(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBlob(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBlob(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBlob(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBody() - Method in class comsat.sample.jpa.domain.Note
-
- getBoolean(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBoolean(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBoolean(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBoolean(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getByte(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getByte(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getByte(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getByte(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getByteBufferBody() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
-
- getByteBufferBody() - Method in class co.paralleluniverse.comsat.webactors.WebMessage
-
The message’s binary body, if it has one; null
otherwise.
- getByteBufferBody() - Method in class co.paralleluniverse.comsat.webactors.WebStreamOpened
-
The message’s binary body, if it has one; null
otherwise.
- getBytes(long, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- getBytes(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBytes(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getBytes(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getBytes(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getCallableInterceptors(AsyncSupportConfigurer) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getCatalog() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getCatalogName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getCatalogs() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getCatalogSeparator() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getCatalogTerm() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getCharacterEncoding() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
The
Charset
representing character encoding used in the body of this message.
- getCharacterEncoding() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getCharacterStream(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getCharacterStream(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getCharacterStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- getCharacterStream(long, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- getCharacterStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- getCharacterStream(long, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- getCharacterStream(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getCharacterStream(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getCharacterStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- getCheckConnectionOnBorrow() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getCheckConnectionOnConnect() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getCheckConnectionOnReturn() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getCheckConnectionWhileIdle() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getCheckInDate() - Method in class comsat.sample.data.jpa.domain.Review
-
- getCheckInDate() - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- getCity() - Method in class comsat.sample.data.jpa.domain.Hotel
-
- getCity() - Method in class comsat.sample.data.jpa.domain.HotelSummary
-
- getCity(String, String) - Method in interface comsat.sample.data.jpa.service.CityService
-
- getClientEndPointConfig(CookieStore) - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
-
- getClientInfo(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getClientInfo() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getClientInfoProperties() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getClob(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getClob(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getClob(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getClob(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getCollection(String) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
-
- getColumnClassName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getColumnCount() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getColumnDisplaySize(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getColumnLabel(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getColumnName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getColumnPrivileges(String, String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getColumnType(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getColumnTypeName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getComment() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The comment describing the purpose of this cookie, or null
if the cookie has no comment.
- getCommitOnReturn() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getConcurrency() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getConfiguration() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
- getConfiguration() - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
-
- getConnection() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getConnection() - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- getConnection(String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- getConnection() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getConnectionManager() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
-
- getContentLength() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
The length, in bytes, of the message body and made available by the input stream, or -1
if the length is not known or is greater than Integer.MAX_VALUE
.
- getContentLength() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getContentNegotiationManager(ContentNegotiationConfigurer) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getContentType() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
The MIME type of the body of the request, or null
if the type is not known For example, text/html; charset=UTF-8
.
- getContentType() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getContextPath() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The portion of the request URI that indicates the context of the request.
- getContextPath() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getCookies() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
A collection all of the
Cookie
objects the client sent with this message.
- getCookies() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getCount() - Method in class comsat.sample.data.jpa.domain.RatingCount
-
- getCountry() - Method in class comsat.sample.data.jpa.domain.City
-
- getCreated() - Method in class comsat.sample.ui.Message
-
- getCrossReference(String, String, String, String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getCursorName() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getCustomArgumentResolvers() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Return the custom argument resolvers, or null
.
- getCustomReturnValueHandlers() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Return the custom return value handlers, or null
.
- getDatabase(String) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoClientImpl
-
- getDatabaseMajorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDatabaseProductName() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDatabaseProductVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDate(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getDate(int, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getDate(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getDate(String, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getDate(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getDate(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getDate(int, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getDate(String, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getDateHeader(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the value of the specified request header as a long
value that represents a Date
object.
- getDateHeader(String) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getDefaultCatalog() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getDefaultTransactionIsolation() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getDefaultTransactionIsolation() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDeferredResultInterceptors(AsyncSupportConfigurer) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getDetails() - Method in class comsat.sample.data.jpa.domain.Review
-
- getDetails() - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- getDispatcherType() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getDomain() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The domain name of this Cookie.
- getDouble(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getDouble(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getDouble(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getDouble(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getDriverClass() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getDriverMajorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDriverMinorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDriverName() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getDriverVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getError() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
An exception optionally associated with an error status code.
- getEvictionInterval() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getExportedKeys(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getExtraNameCharacters() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getFetchDirection() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getFetchDirection() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getFetchSize() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getFetchSize() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getFloat(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getFloat(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getFloat(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getFloat(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns an actor representing the client to which an
HttpResponse
should be sent as a response to this request.
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
-
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.WebMessage
-
The actor that sent this message.
- getFrom() - Method in class co.paralleluniverse.comsat.webactors.WebStreamOpened
-
- getFunctionColumns(String, String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getFunctions(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getGeneratedKeys() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getHandlerMapping(ViewControllerRegistry) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getHandlerMappingDefaultServlet(DefaultServletHandlerConfigurer) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getHandlerMappingResource(ResourceHandlerRegistry) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getHeader(String) - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
Returns the value of the given header name.
- getHeader(String) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getHeaderNames() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getHeaders() - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
A multimap of the headers contained in this message and (all) their values.
- getHeaders(String) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getHeaderValues(String) - Method in class co.paralleluniverse.comsat.webactors.HttpMessage
-
Returns all values associated with the given header name
- getHelloMessage() - Method in class comsat.sample.actuator.HelloWorldService
-
- getHelloMessage() - Method in class comsat.sample.actuator.log4j.HelloWorldService
-
- getHelloMessage() - Method in class comsat.sample.actuator.log4j2.HelloWorldService
-
- getHelloMessage() - Method in class comsat.sample.jetty.service.HelloWorldService
-
- getHelloMessage() - Method in class comsat.sample.tomcat.service.HelloWorldService
-
- getHelloMessage() - Method in class comsat.sample.undertow.service.HelloWorldService
-
- getHoldability() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getHoldability() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getHotel() - Method in class comsat.sample.data.jpa.domain.Review
-
- getHotel(City, String) - Method in interface comsat.sample.data.jpa.service.HotelService
-
- getHotels(City, Pageable) - Method in interface comsat.sample.data.jpa.service.CityService
-
- getId() - Method in class co.paralleluniverse.comsat.webactors.HttpStreamOpened
-
- getId() - Method in class comsat.sample.jpa.domain.Note
-
- getId() - Method in class comsat.sample.jpa.domain.Tag
-
- getId() - Method in class comsat.sample.ui.Message
-
- getIdentifierQuoteString() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getIndex() - Method in class comsat.sample.data.jpa.domain.Review
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getInitBinderArgumentResolvers() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
- getInitializationQuery() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getInitialSize() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getInitParameter(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
- getInitParameter(String) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
- getInitParameterNames() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
- getInitParameterNames() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
- getInputStream() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getInt(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getInt(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getInt(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getInt(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getInterceptors(InterceptorRegistry) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getIntHeader(String) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getJDBCMajorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getJDBCMinorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getLastEventId(HttpRequest) - Static method in class co.paralleluniverse.comsat.webactors.SSE
-
Returns the SSE last-event-id value from the request (the Last-Event-ID
header).
- getLastModifiedInternal(HttpServletRequest, HandlerMethod) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
This implementation always returns -1.
- getLocalAddr() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getLocale() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getLocales() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getLocalName() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getLocalPort() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getLogAbandonedConnections() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getLoginTimeout() - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- getLogValidationErrors() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getLogWriter() - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- getLong(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getLong(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getLong(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getLong(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getMajorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDriver
-
- getMap() - Method in class comsat.sample.data.jpa.domain.City
-
- getMaxAge() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The maximum age in seconds of this Cookie.
- getMaxBinaryLiteralLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxConnectionAge() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getMaxConnections() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxCursorNameLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxFieldSize() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getMaxIndexLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxRows() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getMaxRowSize() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxSize() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getMaxStatementLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxStatements() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxTableNameLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxUserNameLength() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getMaxWaitForConnection() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getMessageConverters() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Return the configured message body converters.
- getMetaData() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getMetaData() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- getMetaData() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getMethod() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The name of the HTTP method with which this request was made; for example, GET, POST, or PUT.
- getMethod() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getMinIdleTime() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getMinorVersion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDriver
-
- getMinSize() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getModelAndViewResolvers() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
- getMoreResults() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getMoreResults(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getName() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The name of the cookie.
- getName() - Method in class comsat.sample.actuator.log4j.ServiceProperties
-
- getName() - Method in class comsat.sample.actuator.log4j2.ServiceProperties
-
- getName() - Method in class comsat.sample.actuator.ServiceProperties
-
- getName() - Method in class comsat.sample.data.jpa.domain.City
-
- getName() - Method in class comsat.sample.data.jpa.domain.Hotel
-
- getName() - Method in class comsat.sample.data.jpa.domain.HotelSummary
-
- getName() - Method in class comsat.sample.data.jpa.service.CitySearchCriteria
-
- getName() - Method in class comsat.sample.jpa.domain.Tag
-
- getNCharacterStream(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getNCharacterStream(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getNCharacterStream(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getNCharacterStream(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getNClob(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getNClob(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getNClob(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getNClob(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getNetworkTimeout() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getNotes() - Method in class comsat.sample.jpa.domain.Tag
-
- getNString(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getNString(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getNString(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getNString(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getNumberOfReviewsWithRating(Rating) - Method in interface comsat.sample.data.jpa.service.ReviewsSummary
-
- getNumericFunctions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getObject(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getObject(int, Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getObject(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getObject(String, Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getObject(int, Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getObject(String, Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getObject(Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberRef
-
- getObject() - Method in class co.paralleluniverse.fibers.jdbc.FiberRef
-
- getObject(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getObject(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getObject(int, Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getObject(String, Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSourceFactory
-
- getParameter(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the value of the given parameter.
- getParameter(String) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getParameterClassName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- getParameterCount() - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- getParameterMap() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getParameterMetaData() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- getParameterMode(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- getParameterNames() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getParameters() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
A multimap of the parameters contained in this message and (all) their values.
- getParametersValues(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns all values associated with the given parameter
- getParameterType(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- getParameterTypeName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- getParameterValues(String) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getParams() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
-
- getParentLogger() - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- getParentLogger() - Method in class co.paralleluniverse.fibers.jdbc.FiberDriver
-
- getPart(String) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getParts() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getPassword() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getPath() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
Returns the path on the server to which the browser returns this cookie.
- getPathInfo() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns any extra path information associated with the URL the client sent when it made this request.
- getPathInfo() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getPathTranslated() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getPrecision(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- getPrecision(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getPrimaryKeys(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getProcedureColumns(String, String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getProcedures(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getProcedureTerm() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getProperties() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getPropertyInfo(String, Properties) - Method in class co.paralleluniverse.fibers.jdbc.FiberDriver
-
- getProtocol() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getPseudoColumns(String, String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getQueryString() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The query string that is contained in the request URL after the path, or null
if the URL does not have a query string.
- getQueryString() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getQueryTimeout() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getRating() - Method in class comsat.sample.data.jpa.domain.RatingCount
-
- getRating() - Method in class comsat.sample.data.jpa.domain.Review
-
- getRating() - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- getReader() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getReadOnlyByDefault() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getRealPath(String) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
Deprecated.
- getRedirectPath() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
The redirect URL target if this is a
redirect
response.
- getRef(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getRef(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getRef(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getRef(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getRemoteAddr() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getRemoteHost() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getRemotePort() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getRemoteUser() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getRequest() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- getRequestDispatcher(String) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getRequestedSessionId() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getRequestURI() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the part of this request’s URL from the protocol name up to the query string in the first line of the HTTP request.
- getRequestURI() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getRequestURL() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getResourceAsStream(String) - Method in class co.paralleluniverse.comsat.jetty.QuasarWebAppClassLoader
-
- getResultSet() - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getResultSet(Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getResultSet(long, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getResultSet(long, int, Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
-
- getResultSet() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getResultSetConcurrency() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getResultSetHoldability() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getResultSetHoldability() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getResultSetType() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getReturnValueHandlers() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
- getReview(Hotel, int) - Method in interface comsat.sample.data.jpa.service.HotelService
-
- getReviews(Hotel, Pageable) - Method in interface comsat.sample.data.jpa.service.HotelService
-
- getReviewSummary(Hotel) - Method in interface comsat.sample.data.jpa.service.HotelService
-
- getRow() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getRowId(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getRowId(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getRowId(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getRowId(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getRowIdLifetime() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getScale(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
-
- getScale(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getSchema() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getSchemaName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getSchemas() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getSchemas(String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getSchemaTerm() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getScheme() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
Returns the name of the scheme used to make this request, for example, http
, https
, or ftp
.
- getScheme() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getSearchStringEscape() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getServerName() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The host name of the server to which the request was sent.
- getServerName() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getServerPort() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The port number to which the request was sent.
- getServerPort() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getServletContext() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
Get the servlet context for the servlet or filter, depending on how this class is registered.
- getServletContext() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
Get the servlet context for the servlet or filter, depending on how this class is registered.
- getServletContext() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
-
- getServletContext() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- getServletInfo() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
- getServletInfo() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
- getServletName() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
- getServletName() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
- getServletPath() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getSession(boolean) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getSession() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getSessionIdCookieName() - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
-
- getShort(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getShort(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getShort(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getShort(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getSource(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- getSourceHost() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The Internet Protocol (IP) host that sent the request or null
if not available.
- getSourcePort() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
-
The Internet Protocol (IP) port from which the request was sent or -1
if not available.
- getSQLKeywords() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getSQLStateType() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getSQLTypeName() - Method in class co.paralleluniverse.fibers.jdbc.FiberStruct
-
- getSQLXML(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getSQLXML(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getSQLXML(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getSQLXML(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getStackSize() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
-
- getState() - Method in class comsat.sample.data.jpa.domain.City
-
- getStatement() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getStatus() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
The response’s HTTP status code.
- getString(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getString(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getString(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getString(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getString() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- getStringBody() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
-
- getStringBody() - Method in class co.paralleluniverse.comsat.webactors.WebMessage
-
The message’s text body, if it has one; null
otherwise.
- getStringBody() - Method in class co.paralleluniverse.comsat.webactors.WebStreamOpened
-
The message’s text body, if it has one; null
otherwise.
- getStringFunctions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getSubString(long, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- getSubString(long, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- getSummary() - Method in class comsat.sample.ui.Message
-
- getSuperTables(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getSystemFunctions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getTableName(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
-
- getTablePrivileges(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getTables(String, String, String, String[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getTableTypes() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getTags() - Method in class comsat.sample.jpa.domain.Note
-
- getTaskExecutor(AsyncSupportConfigurer) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getText() - Method in class comsat.sample.ui.Message
-
- getTime(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTime(int, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTime(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTime(String, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTime(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTime(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTime(int, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTime(String, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTimeDateFunctions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getTimeout(AsyncSupportConfigurer) - Static method in class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- getTimestamp(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTimestamp(int, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTimestamp(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTimestamp(String, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getTimestamp(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTimestamp(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTimestamp(int, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTimestamp(String, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTitle() - Method in class comsat.sample.data.jpa.domain.Review
-
- getTitle() - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- getTitle() - Method in class comsat.sample.jpa.domain.Note
-
- getTransactionIsolation() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getTripType() - Method in class comsat.sample.data.jpa.domain.Review
-
- getTripType() - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- getType() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getTypeInfo() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getTypeMap() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getUDTs(String, String, String, int[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getUnicodeStream(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
Deprecated.
- getUnicodeStream(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
Deprecated.
- getUpdateCount() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getUrl() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getURL(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getURL(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- getURL() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getURL(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getURL(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getUseFairQueue() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getUser() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getUserName() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getUserPrincipal() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
-
- getValidationInterval() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getValidationQuery() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- getValue() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The value of this Cookie.
- getValue() - Method in class comsat.sample.actuator.SampleController.Message
-
- getVersion() - Method in class co.paralleluniverse.comsat.webactors.Cookie
-
The version of the protocol this cookie complies with.
- getVersionColumns(String, String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- getWarnings() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- getWarnings() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- getWarnings() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- getWebActor(HttpSession) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
-
Returns the web actor attached to the given
HttpSession
.
- getWebBindingInitializer() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Return the configured WebBindingInitializer, or null
.
- getZip() - Method in class comsat.sample.data.jpa.domain.Hotel
-
- groupBy(GroupBy.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- groupBy(GroupBy) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- groupByAsync(GroupBy.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- groupByAsync(GroupBy) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- SampleActuatorApplication - Class in comsat.sample.actuator.log4j
-
- SampleActuatorApplication() - Constructor for class comsat.sample.actuator.log4j.SampleActuatorApplication
-
- SampleActuatorApplication - Class in comsat.sample.actuator
-
- SampleActuatorApplication - Class in comsat.sample.actuator
-
- SampleActuatorApplication() - Constructor for class comsat.sample.actuator.SampleActuatorApplication
-
- SampleActuatorLog4J2Application - Class in comsat.sample.actuator.log4j2
-
- SampleActuatorLog4J2Application() - Constructor for class comsat.sample.actuator.log4j2.SampleActuatorLog4J2Application
-
- SampleActuatorUiApplication - Class in comsat.sample.actuator.ui
-
- SampleActuatorUiApplication() - Constructor for class comsat.sample.actuator.ui.SampleActuatorUiApplication
-
- SampleController - Class in comsat.sample.actuator.log4j
-
- SampleController() - Constructor for class comsat.sample.actuator.log4j.SampleController
-
- SampleController - Class in comsat.sample.actuator.log4j2
-
- SampleController() - Constructor for class comsat.sample.actuator.log4j2.SampleController
-
- SampleController - Class in comsat.sample.actuator
-
- SampleController - Class in comsat.sample.actuator
-
- SampleController() - Constructor for class comsat.sample.actuator.SampleController
-
- SampleController - Class in comsat.sample.data.jpa.web
-
- SampleController() - Constructor for class comsat.sample.data.jpa.web.SampleController
-
- SampleController - Class in comsat.sample.jetty.web
-
- SampleController - Class in comsat.sample.jetty.web
-
- SampleController - Class in comsat.sample.jetty.web
-
- SampleController - Class in comsat.sample.jetty.web
-
- SampleController() - Constructor for class comsat.sample.jetty.web.SampleController
-
- SampleController - Class in comsat.sample.tomcat.web
-
- SampleController - Class in comsat.sample.tomcat.web
-
- SampleController - Class in comsat.sample.tomcat.web
-
- SampleController() - Constructor for class comsat.sample.tomcat.web.SampleController
-
- SampleController - Class in comsat.sample.undertow.web
-
- SampleController - Class in comsat.sample.undertow.web
-
- SampleController() - Constructor for class comsat.sample.undertow.web.SampleController
-
- SampleController.Message - Class in comsat.sample.actuator
-
- SampleController.Message() - Constructor for class comsat.sample.actuator.SampleController.Message
-
- SampleDataJpaApplication - Class in comsat.sample.data.jpa
-
- SampleDataJpaApplication() - Constructor for class comsat.sample.data.jpa.SampleDataJpaApplication
-
- SampleGroovyTemplateApplication - Class in comsat.sample.ui
-
- SampleGroovyTemplateApplication() - Constructor for class comsat.sample.ui.SampleGroovyTemplateApplication
-
- SampleJetty8Application - Class in comsat.sample.jetty
-
- SampleJetty8Application() - Constructor for class comsat.sample.jetty.SampleJetty8Application
-
- SampleJetty8SslApplication - Class in comsat.sample.jetty
-
- SampleJetty8SslApplication() - Constructor for class comsat.sample.jetty.SampleJetty8SslApplication
-
- SampleJettyApplication - Class in comsat.sample.jetty
-
- SampleJettyApplication() - Constructor for class comsat.sample.jetty.SampleJettyApplication
-
- SampleJettySslApplication - Class in comsat.sample.jetty
-
- SampleJettySslApplication() - Constructor for class comsat.sample.jetty.SampleJettySslApplication
-
- SampleJpaApplication - Class in comsat.sample.jpa
-
- SampleJpaApplication() - Constructor for class comsat.sample.jpa.SampleJpaApplication
-
- SampleMethodSecurityApplication - Class in comsat.sample.ui.method
-
- SampleMethodSecurityApplication() - Constructor for class comsat.sample.ui.method.SampleMethodSecurityApplication
-
- SampleMethodSecurityApplication.ApplicationSecurity - Class in comsat.sample.ui.method
-
- SampleMethodSecurityApplication.ApplicationSecurity() - Constructor for class comsat.sample.ui.method.SampleMethodSecurityApplication.ApplicationSecurity
-
- SampleMethodSecurityApplication.AuthenticationSecurity - Class in comsat.sample.ui.method
-
- SampleMethodSecurityApplication.AuthenticationSecurity() - Constructor for class comsat.sample.ui.method.SampleMethodSecurityApplication.AuthenticationSecurity
-
- SampleMethodSecurityApplication.HomeController - Class in comsat.sample.ui.method
-
- SampleMethodSecurityApplication.HomeController() - Constructor for class comsat.sample.ui.method.SampleMethodSecurityApplication.HomeController
-
- SampleServletApplication - Class in comsat.sample.servlet
-
- SampleServletApplication() - Constructor for class comsat.sample.servlet.SampleServletApplication
-
- SampleTomcat7JspApplication - Class in comsat.sample.jsp
-
- SampleTomcat7JspApplication() - Constructor for class comsat.sample.jsp.SampleTomcat7JspApplication
-
- SampleTomcatApplication - Class in comsat.sample.tomcat
-
- SampleTomcatApplication() - Constructor for class comsat.sample.tomcat.SampleTomcatApplication
-
- SampleTomcatJspApplication - Class in comsat.sample.jsp
-
- SampleTomcatJspApplication() - Constructor for class comsat.sample.jsp.SampleTomcatJspApplication
-
- SampleTomcatSslApplication - Class in comsat.sample.tomcat
-
- SampleTomcatSslApplication() - Constructor for class comsat.sample.tomcat.SampleTomcatSslApplication
-
- SampleTomcatTwoConnectorsApplication - Class in comsat.sample.tomcat
-
Sample Application to show Tomcat running 2 connectors
- SampleTomcatTwoConnectorsApplication() - Constructor for class comsat.sample.tomcat.SampleTomcatTwoConnectorsApplication
-
- SampleTraditionalApplication - Class in comsat.sample.traditional
-
- SampleTraditionalApplication() - Constructor for class comsat.sample.traditional.SampleTraditionalApplication
-
- SampleUndertowApplication - Class in comsat.sample.undertow
-
- SampleUndertowApplication() - Constructor for class comsat.sample.undertow.SampleUndertowApplication
-
- SampleUndertowSslApplication - Class in comsat.sample.undertow
-
- SampleUndertowSslApplication() - Constructor for class comsat.sample.undertow.SampleUndertowSslApplication
-
- SampleWebFreeMarkerApplication - Class in comsat.sample.freemarker
-
- SampleWebFreeMarkerApplication() - Constructor for class comsat.sample.freemarker.SampleWebFreeMarkerApplication
-
- SampleWebJspApplication - Class in comsat.sample.jsp
-
- SampleWebJspApplication() - Constructor for class comsat.sample.jsp.SampleWebJspApplication
-
- SampleWebMustacheApplication - Class in comsat.sample.mustache
-
- SampleWebMustacheApplication() - Constructor for class comsat.sample.mustache.SampleWebMustacheApplication
-
- SampleWebSecureApplication - Class in comsat.sample.ui.secure
-
- SampleWebSecureApplication() - Constructor for class comsat.sample.ui.secure.SampleWebSecureApplication
-
- SampleWebSecureApplication.ApplicationSecurity - Class in comsat.sample.ui.secure
-
- SampleWebSecureApplication.ApplicationSecurity() - Constructor for class comsat.sample.ui.secure.SampleWebSecureApplication.ApplicationSecurity
-
- SampleWebSecureCustomApplication - Class in comsat.sample.ui.secure
-
- SampleWebSecureCustomApplication - Class in comsat.sample.ui.secure
-
- SampleWebSecureCustomApplication() - Constructor for class comsat.sample.ui.secure.SampleWebSecureCustomApplication
-
- SampleWebSecureCustomApplication.ApplicationSecurity - Class in comsat.sample.ui.secure
-
- SampleWebSecureCustomApplication.ApplicationSecurity() - Constructor for class comsat.sample.ui.secure.SampleWebSecureCustomApplication.ApplicationSecurity
-
- SampleWebStaticApplication - Class in comsat.sample.ui
-
- SampleWebStaticApplication() - Constructor for class comsat.sample.ui.SampleWebStaticApplication
-
- SampleWebUiApplication - Class in comsat.sample.ui
-
- SampleWebUiApplication() - Constructor for class comsat.sample.ui.SampleWebUiApplication
-
- SampleWebVelocityApplication - Class in comsat.sample.velocity
-
- SampleWebVelocityApplication() - Constructor for class comsat.sample.velocity.SampleWebVelocityApplication
-
- save(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- save(DocumentAssignable, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- save(Message) - Method in class comsat.sample.ui.InMemoryMessageRepository
-
- save(Message) - Method in class comsat.sample.ui.InMemoryMessageRespository
-
- save(Message) - Method in interface comsat.sample.ui.MessageRepository
-
- saveAsync(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- saveAsync(DocumentAssignable, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
-
- securityProperties() - Method in class comsat.sample.actuator.ui.SampleActuatorUiApplication
-
- send(ProducerRecord<K, V>) - Method in class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
-
- send(ProducerRecord<K, V>, Callback) - Method in class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
-
- service(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
-
- service(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
- service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
-
Dispatch client requests to a resource class.
- service(ServletRequest, ServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
-
- ServiceProperties - Class in comsat.sample.actuator.log4j
-
- ServiceProperties() - Constructor for class comsat.sample.actuator.log4j.ServiceProperties
-
- ServiceProperties - Class in comsat.sample.actuator.log4j2
-
- ServiceProperties() - Constructor for class comsat.sample.actuator.log4j2.ServiceProperties
-
- ServiceProperties - Class in comsat.sample.actuator
-
- ServiceProperties - Class in comsat.sample.actuator
-
- ServiceProperties() - Constructor for class comsat.sample.actuator.ServiceProperties
-
- ServletConfigAnnotationProtectedProxy - Class in org.springframework.web.servlet.config.annotation
-
Same-package proxy for several functions used in comsat-spring-web.
- ServletConfigAnnotationProtectedProxy() - Constructor for class org.springframework.web.servlet.config.annotation.ServletConfigAnnotationProtectedProxy
-
- ServletContainer - Class in co.paralleluniverse.fibers.jersey
-
A Servlet for deploying root resource classes that assign a fiber per request.
- ServletContainer() - Constructor for class co.paralleluniverse.fibers.jersey.ServletContainer
-
Create Jersey Servlet container.
- ServletContainer(ResourceConfig) - Constructor for class co.paralleluniverse.fibers.jersey.ServletContainer
-
Create Jersey Servlet container.
- ServletContainer(ServletContainer) - Constructor for class co.paralleluniverse.fibers.jersey.ServletContainer
-
Wraps a Jerset Servlet container.
- servletContainer() - Method in class comsat.sample.tomcat.SampleTomcatTwoConnectorsApplication
-
- ServletWebActors - Class in co.paralleluniverse.comsat.webactors.servlet
-
Static methods to attach web actors with HTTP and WebSocket sessions
- set(V) - Method in class co.paralleluniverse.fibers.mongodb.SettableListenableFuture
-
- setAbandonWhenPercentageFull(int) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setAlternateUsernamesAllowed(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
- setArray(int, Array) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setAsciiStream(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setAsciiStream(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setAsciiStream(String, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setAsciiStream(String, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setAsciiStream(String, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setAsciiStream(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- setAsciiStream(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- setAsciiStream(int, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setAsyncRequestTimeout(long) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Specify the amount of time, in milliseconds, before concurrent handling should time out.
- setAttribute(String, Object) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- setAutoCommentsEnabled(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setAutoCommit(boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setAutoCommitByDefault(Boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setBeanFactory(BeanFactory) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
- setBigDecimal(int, BigDecimal) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBigDecimal(String, BigDecimal) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBigDecimal(int, BigDecimal) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBinaryStream(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- setBinaryStream(int, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBinaryStream(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBinaryStream(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBinaryStream(String, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBinaryStream(String, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBinaryStream(String, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBinaryStream(int, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBinaryStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- setBlob(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBlob(int, Blob) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBlob(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBlob(String, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBlob(String, Blob) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBlob(String, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBlob(int, Blob) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBlob(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBody(String) - Method in class comsat.sample.jpa.domain.Note
-
- setBoolean(int, boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBoolean(String, boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBoolean(int, boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setByte(int, byte) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setByte(String, byte) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setByte(int, byte) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setBytes(long, byte[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- setBytes(long, byte[], int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
-
- setBytes(int, byte[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBytes(String, byte[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setBytes(int, byte[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setCacheSecondsForSessionAttributeHandlers(int) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Cache content produced by @SessionAttributes
annotated handlers for the given number of seconds.
- setCallableInterceptors(List<CallableProcessingInterceptor>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Configure CallableProcessingInterceptor
’s to register on async requests.
- setCatalog(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setCharacterEncoding(Charset) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, UTF-8
.
- setCharacterEncoding(Charset) - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, UTF-8
.
- setCharacterEncoding(String) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- setCharacterStream(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setCharacterStream(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setCharacterStream(String, Reader, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setCharacterStream(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setCharacterStream(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- setCharacterStream(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- setCharacterStream(int, Reader, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setCharacterStream(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setCharacterStream() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- setCheckConnectionOnBorrow(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setCheckConnectionOnConnect(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setCheckConnectionOnReturn(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setCheckConnectionWhileIdle(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setCheckInDate(Date) - Method in class comsat.sample.data.jpa.domain.Review
-
- setCheckInDate(Date) - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- setClient(Client.Provider) - Method in class co.paralleluniverse.fibers.retrofit.FiberRestAdapterBuilder
-
- setClient(Client) - Method in class co.paralleluniverse.fibers.retrofit.FiberRestAdapterBuilder
-
- setClient(FiberHttpClient) - Method in class co.paralleluniverse.fibers.retrofit.FiberRestAdapterBuilder
-
- setClientInfo(String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setClientInfo(Properties) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setClob(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setClob(int, Clob) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setClob(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setClob(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setClob(String, Clob) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setClob(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setClob(int, Clob) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setClob(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setClob(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setComment(String) - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
-
Specifies a comment that describes a cookie’s purpose.
- setCommitOnReturn(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setConnectionManager(NHttpClientConnectionManager) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setContentNegotiationManager(ContentNegotiationManager) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
- setContentType(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
Sets the content type of the request being sent to the client.
- setContentType(String) - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
-
Sets the content type of the response being sent to the client.
- setCreated(Date) - Method in class comsat.sample.ui.Message
-
- setCursorName(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Provide resolvers for custom argument types.
- setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Provide handlers for custom return value types.
- setDate(int, Date) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setDate(int, Date, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setDate(String, Date) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setDate(String, Date, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setDate(int, Date) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setDefaultCatalog(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setDefaultConnectionConfig(ConnectionConfig) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setDefaultCookieStore(CookieStore) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setDefaultCredentialsProvider(CredentialsProvider) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setDefaultHeaders(Collection<? extends Header>) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setDefaultReadOnly(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setDefaultRequestConfig(RequestConfig) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setDefaultTransactionIsolation(DataSourceFactory.TransactionIsolation) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setDeferredResultInterceptors(List<DeferredResultProcessingInterceptor>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Configure DeferredResultProcessingInterceptor
’s to register on async requests.
- setDetails(String) - Method in class comsat.sample.data.jpa.domain.Review
-
- setDetails(String) - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- setDomain(String) - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
-
Specifies the domain within which this cookie should be presented.
- setDouble(int, double) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setDouble(String, double) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setDouble(int, double) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setDriverClass(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setEscapeProcessing(boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setEvictionInterval(Duration) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setException(Throwable) - Method in class co.paralleluniverse.fibers.mongodb.SettableListenableFuture
-
- setFetchDirection(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- setFetchDirection(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setFetchSize(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
-
- setFetchSize(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setFloat(int, float) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setFloat(String, float) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setFloat(int, float) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberServletInvocableHandlerMethod
-
- setHoldability(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setHostnameVerifier(X509HostnameVerifier) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setHttpOnly(boolean) - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
-
Marks or unmarks this Cookie as HttpOnly.
- setHttpProcessor(HttpProcessor) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setId(long) - Method in class comsat.sample.jpa.domain.Note
-
- setId(long) - Method in class comsat.sample.jpa.domain.Tag
-
- setId(Long) - Method in class comsat.sample.ui.Message
-
- setIgnoreDefaultModelOnRedirect(boolean) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
By default the content of the “default” model is used both during rendering and redirect scenarios.
- setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Configure the supported argument types in @InitBinder
methods.
- setInitializationQuery(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setInitialSize(int) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setInitParameter(String, String) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer.ServletDesc
-
- setInt(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setInt(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setInt(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setIOReactor(IOReactor) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setLoadOnStartup(int) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer.ServletDesc
-
- setLogAbandonedConnections(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setLoginTimeout(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- setLogValidationErrors(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setLogWriter(PrintWriter) - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
-
- setLong(int, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setLong(String, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setLong(int, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setMaxAge(int) - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
-
Sets the maximum age in seconds for this Cookie.
- setMaxConnectionAge(Duration) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setMaxConnections(int) - Method in class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
-
- setMaxConnections(int) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
-
- setMaxConnPerRoute(int) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setMaxConnTotal(int) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setMaxFieldSize(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setMaxRows(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setMaxSize(int) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setMaxWaitForConnection(Duration) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Provide the converters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
- setMethod(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
- setMinIdleTime(Duration) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setMinSize(int) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setModelAndViewResolvers(List<ModelAndViewResolver>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
- setName(String) - Method in class comsat.sample.actuator.log4j.ServiceProperties
-
- setName(String) - Method in class comsat.sample.actuator.log4j2.ServiceProperties
-
- setName(String) - Method in class comsat.sample.actuator.ServiceProperties
-
- setName(String) - Method in class comsat.sample.data.jpa.service.CitySearchCriteria
-
- setName(String) - Method in class comsat.sample.jpa.domain.Tag
-
- setNCharacterStream(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNCharacterStream(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNCharacterStream(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNCharacterStream(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNClob(int, NClob) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNClob(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNClob(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNClob(String, NClob) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNClob(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNClob(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNClob(int, NClob) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNClob(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNClob(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNetworkTimeout(Executor, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setNotes(List<Note>) - Method in class comsat.sample.jpa.domain.Tag
-
- setNString(int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNString(String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNString(int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNull(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNull(int, int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNull(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNull(String, int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setNull(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNull(int, int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setNumThreads(int) - Method in class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
-
- setNumThreads(int) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
-
- setObject(int, Object, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setObject(int, Object, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setObject(int, Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setObject(String, Object, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setObject(String, Object, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setObject(String, Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setObject(int, Object, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setObject(int, Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setObject(int, Object, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setObject(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberRef
-
- setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
- setPassword(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setPath(String) - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
-
Specifies a path for the cookie to which the client should return the cookie.
- setPath(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
- setPoolable(boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setPort(int) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
- setPort(int) - Method in class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
-
- setPort(int) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
-
- setProperties(Map<String, String>) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setProxy(HttpHost) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setQueryTimeout(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- setRating(Rating) - Method in class comsat.sample.data.jpa.domain.Review
-
- setRating(Rating) - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- setReadOnly(boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setReadOnlyByDefault(Boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setRedirectStrategy(RedirectStrategy) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setRef(int, Ref) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setResourceBase(String) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
-
- setResourceBase(String) - Method in class co.paralleluniverse.embedded.containers.JettyServer
-
- setResourceBase(String) - Method in class co.paralleluniverse.embedded.containers.TomcatServer
-
- setResourceBase(String) - Method in class co.paralleluniverse.embedded.containers.UndertowServer
-
- setResult(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
- setRoutePlanner(HttpRoutePlanner) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setRowId(int, RowId) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setRowId(String, RowId) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setRowId(int, RowId) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setSavepoint() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setSavepoint(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setSchema(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setScheme(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
- setSchemePortResolver(SchemePortResolver) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setSecure(boolean) - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- setServer(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
- setSessionAttributeStore(SessionAttributeStore) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Specify the strategy to store session attributes with.
- setShort(int, short) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setShort(String, short) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setShort(int, short) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setSourceHost(String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
- setSourcePort(int) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
-
- setSQLXML(int, SQLXML) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setSQLXML(String, SQLXML) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setSQLXML(int, SQLXML) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setSSLContext(SSLContext) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setSSLStrategy(SchemeIOSessionStrategy) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setStackSize(int) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
-
- setStrategiesForClient(HttpAsyncClientBuilder) - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
-
Add strategies to client such as ConnectionReuseStrategy and KeepAliveStrategy Note that this method mutates the client object by setting the strategies
- setString(int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setString(String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setString(long, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- setString(long, String, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
-
- setString(long, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- setString(long, String, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
-
- setString(int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setString(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
-
- setSummary(String) - Method in class comsat.sample.ui.Message
-
- setSynchronizeOnSession(boolean) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
- SettableListenableFuture<V> - Class in co.paralleluniverse.fibers.mongodb
-
Adds ListenableFuture support to SettableFuture through a delegate
- SettableListenableFuture() - Constructor for class co.paralleluniverse.fibers.mongodb.SettableListenableFuture
-
- setTags(List<Tag>) - Method in class comsat.sample.jpa.domain.Note
-
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setTaskExecutor(AsyncTaskExecutor) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
- setText(String) - Method in class comsat.sample.ui.Message
-
- setTime(int, Time) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTime(int, Time, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTime(String, Time) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTime(String, Time, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTime(int, Time) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setTimestamp(int, Timestamp) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTimestamp(String, Timestamp) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setTimestamp(int, Timestamp) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setTitle(String) - Method in class comsat.sample.data.jpa.domain.Review
-
- setTitle(String) - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- setTitle(String) - Method in class comsat.sample.jpa.domain.Note
-
- setTransactionIsolation(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setTripType(TripType) - Method in class comsat.sample.data.jpa.domain.Review
-
- setTripType(TripType) - Method in class comsat.sample.data.jpa.domain.ReviewDetails
-
- setTypeMap(Map<String, Class<?>>) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
-
- setUnicodeStream(int, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setup(StreamSourceChannel) - Method in class co.paralleluniverse.comsat.webactors.undertow.ByteArrayReadChannelListener
-
- setup(StreamSinkChannel) - Method in class co.paralleluniverse.comsat.webactors.undertow.StringWriteChannelListener
-
- setUrl(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setURL(int, URL) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setURL(String, URL) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- setURL(int, URL) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- setUseFairQueue(boolean) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setUser(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setUserAgent(String) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setUserClassLoader(ClassLoader) - Static method in class co.paralleluniverse.comsat.webactors.servlet.WebActorInitializer
-
- setUserTokenHandler(UserTokenHandler) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
-
- setValidationInterval(Duration) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setValidationQuery(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
-
- setValue(String) - Method in class comsat.sample.actuator.SampleController.Message
-
- setVersion(int) - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
-
Sets the version of the cookie protocol that this Cookie complies with.
- setWebBindingInitializer(WebBindingInitializer) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Provide a WebBindingInitializer with “global” initialization to apply to every DataBinder instance.
- shouldStartActor() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
-
- SSE - Class in co.paralleluniverse.comsat.webactors
-
- sslContext(SSLContext) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
-
- start() - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
-
- start() - Method in class co.paralleluniverse.embedded.containers.JettyServer
-
- start() - Method in class co.paralleluniverse.embedded.containers.TomcatServer
-
- start() - Method in class co.paralleluniverse.embedded.containers.UndertowServer
-
- start() - Method in class co.paralleluniverse.fibers.dropwizard.FiberManagedDataSource
-
- start() - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
-
- startActor() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
-
Indicates that the connection to the client must not be closed after sending this response; rather an
HttpStreamOpened
message will be sent to the actor sending this response.
- startAsync() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- startAsync(ServletRequest, ServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
-
- startSSE(ActorRef<? super WebMessage>, HttpRequest) - Static method in class co.paralleluniverse.comsat.webactors.SSE
-
- startSSE(ActorRef<? super WebMessage>, HttpRequest, long) - Static method in class co.paralleluniverse.comsat.webactors.SSE
-
- status(int) - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
-
Sets the status code for this response.
- stmt() - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
-
- stmt() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
-
- stmt - Variable in class co.paralleluniverse.fibers.jdbc.FiberStatement
-
- stop() - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
-
- stop() - Method in class co.paralleluniverse.embedded.containers.JettyServer
-
- stop() - Method in class co.paralleluniverse.embedded.containers.TomcatServer
-
- stop() - Method in class co.paralleluniverse.embedded.containers.UndertowServer
-
- stop() - Method in class co.paralleluniverse.fibers.dropwizard.FiberManagedDataSource
-
- storesLowerCaseIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- StringWriteChannelListener - Class in co.paralleluniverse.comsat.webactors.undertow
-
- StringWriteChannelListener(String) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.StringWriteChannelListener
-
- StringWriteChannelListener(String, Charset) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.StringWriteChannelListener
-
- StringWriteChannelListener(ByteBuffer) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.StringWriteChannelListener
-
- supportsAlterTableWithAddColumn() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsBatchUpdates() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsColumnAliasing() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsConvert() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsConvert(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsCoreSQLGrammar() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsFullOuterJoins() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsGroupBy() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsInternal(HandlerMethod) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
-
Always return true
since any method argument and return value type will be processed in some way.
- supportsLikeEscapeClause() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsMultipleResultSets() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsMultipleTransactions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsNamedParameters() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsNonNullableColumns() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsOuterJoins() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsPositionedDelete() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsPositionedUpdate() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsResultSetConcurrency(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsResultSetType(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSavepoints() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSelectForUpdate() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsStatementPooling() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsStoredProcedures() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsTransactions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsUnion() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-
- supportsUnionAll() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
-