A B C D E F G H I J K L M N O P Q R S T U V W 

A

abort(Executor) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
absolute(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
AbstractEmbeddedServer - Class in co.paralleluniverse.embedded.containers
 
AbstractEmbeddedServer() - Constructor for class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
 
AbstractWebActorTest - Class in co.paralleluniverse.comsat.webactors
 
AbstractWebActorTest() - Constructor for class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
acceptsURL(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberDriver
 
addBatch() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
addBatch(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
addCookie(Cookie) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
Adds the specified cookie to the request.
addCookie(Cookie) - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
Adds the specified cookie to the response.
addHeader(String, String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
Adds a request header with the given name and value.
addHeader(String, String) - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
Adds a response header with the given name and value.
addInterceptorFirst(HttpResponseInterceptor) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
addInterceptorFirst(HttpRequestInterceptor) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
addInterceptorLast(HttpResponseInterceptor) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
addInterceptorLast(HttpRequestInterceptor) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
addListener(Runnable, Executor) - Method in class co.paralleluniverse.fibers.mongodb.SettableListenableFuture
 
addParam(String, String) - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
Adds a request parameter with the given name and value.
addReview(Hotel, ReviewDetails) - Method in interface comsat.sample.data.jpa.service.HotelService
 
addServlet(String, Class<? extends Servlet>, String) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
 
addServlet(String, Class<? extends Servlet>, String) - Method in class co.paralleluniverse.embedded.containers.JettyServer
 
addServlet(String, Class<? extends Servlet>, String) - Method in class co.paralleluniverse.embedded.containers.TomcatServer
 
addServlet(String, Class<? extends Servlet>, String) - Method in class co.paralleluniverse.embedded.containers.UndertowServer
 
addServletContextListener(Class<? extends ServletContextListener>) - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
 
addServletContextListener(Class<? extends ServletContextListener>) - Method in class co.paralleluniverse.embedded.containers.JettyServer
 
addServletContextListener(Class<? extends ServletContextListener>) - Method in class co.paralleluniverse.embedded.containers.TomcatServer
 
addServletContextListener(Class<? extends ServletContextListener>) - Method in class co.paralleluniverse.embedded.containers.UndertowServer
 
addViewControllers(ViewControllerRegistry) - Method in class comsat.sample.traditional.config.WebConfig
 
addViewControllers(ViewControllerRegistry) - Method in class comsat.sample.ui.method.SampleMethodSecurityApplication
 
addViewControllers(ViewControllerRegistry) - Method in class comsat.sample.ui.secure.SampleWebSecureApplication
 
addViewControllers(ViewControllerRegistry) - Method in class comsat.sample.ui.secure.SampleWebSecureCustomApplication
 
afterLast() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
afterPropertiesSet() - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
 
aggregate(Aggregate.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
aggregate(Aggregate) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
aggregateAsync(Aggregate.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
aggregateAsync(Aggregate) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
allProceduresAreCallable() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
allTablesAreSelectable() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
applicationSecurity() - Method in class comsat.sample.ui.method.SampleMethodSecurityApplication
 
applicationSecurity() - Method in class comsat.sample.ui.secure.SampleWebSecureCustomApplication
 
asSerializedClient() - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoClientImpl
 
AsyncClientBuilder - Class in co.paralleluniverse.fibers.ws.rs.client
Main entry point to the client API used to bootstrap Client instances that integrate with Quasar fibers.
AsyncClientBuilder(ClientBuilder) - Constructor for class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
attachWebActor(HttpSession, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
Attaches the given web actor to the given HttpSession.
attachWebActor(Session, HttpSession, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
Attaches the given web actor to the given WebSocket session
attachWebActor(Session, EndpointConfig, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
Attaches the given web actor to the given WebSocket session
attachWebActor(ServletContext, String, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
Attaches the given web actor to web socket sessions that will be opened at the given URI (or URI pattern).
attachWebActor(ServletContext, Collection<String>, ActorRef<T>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
Attaches the given web actor to web socket sessions that will be opened at the given URIs (or URI patterns).
authenticate(HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
 
autoCommitFailureClosesAllResultSets() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
AutoWebActorHandler - Class in co.paralleluniverse.comsat.webactors.undertow
 
AutoWebActorHandler() - Constructor for class co.paralleluniverse.comsat.webactors.undertow.AutoWebActorHandler
 
AutoWebActorHandler(List<String>) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.AutoWebActorHandler
 
AutoWebActorHandler(ClassLoader, List<String>) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.AutoWebActorHandler
 
AutoWebActorHandler(List<String>, Map<Class<?>, Object[]>) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.AutoWebActorHandler
 
AutoWebActorHandler(ClassLoader, List<String>, Map<Class<?>, Object[]>) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.AutoWebActorHandler
 
AutoWebActorHandler(AutoWebActorHandler.AutoContextProvider) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.AutoWebActorHandler
 

B

beforeFirst() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
build() - Method in class co.paralleluniverse.comsat.webactors.Cookie.Builder
Instantiates a new immutable Cookie based on the values set in this builder.
build() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
Instantiates a new immutable HttpRequest based on the values set in this builder.
build() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
Instantiates a new immutable HttpResponse based on the values set in this builder.
build(MetricRegistry, String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
 
build(Environment, DataSourceFactory, ManagedDataSource, String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDBIFactory
 
build(Environment, DataSourceFactory, String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberDBIFactory
 
build(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
Builds the HttpClient.
build() - Method in class co.paralleluniverse.fibers.dropwizard.InstrumentedNHttpClientBuilder
 
build() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
build() - Method in class co.paralleluniverse.fibers.retrofit.FiberRestAdapterBuilder
 
build() - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
byteArrayDone(byte[]) - Method in class co.paralleluniverse.comsat.webactors.undertow.ByteArrayReadChannelListener
 
ByteArrayReadChannelListener - Class in co.paralleluniverse.comsat.webactors.undertow
 
ByteArrayReadChannelListener(ByteBufferPool) - Constructor for class co.paralleluniverse.comsat.webactors.undertow.ByteArrayReadChannelListener
 

C

callback(T) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCallback
 
callbackSettingFuture(SettableFuture<T>) - Static method in class co.paralleluniverse.fibers.mongodb.FiberMongoUtils
Builds a new Async Java Mongo Driver callback that will set a future upon completion or failure
CallProxy - Class in com.squareup.okhttp
Proxy to open up the Call protected (since version 2.4.0) constructor.
CallProxy(OkHttpClient, Request) - Constructor for class com.squareup.okhttp.CallProxy
 
cancel() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
cancelRowUpdates() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
CI - Interface in co.paralleluniverse.test.categories
Tests that should be run by Continuous Integration
City - Class in comsat.sample.data.jpa.domain
 
City() - Constructor for class comsat.sample.data.jpa.domain.City
 
City(String, String) - Constructor for class comsat.sample.data.jpa.domain.City
 
CitySearchCriteria - Class in comsat.sample.data.jpa.service
 
CitySearchCriteria() - Constructor for class comsat.sample.data.jpa.service.CitySearchCriteria
 
CitySearchCriteria(String) - Constructor for class comsat.sample.data.jpa.service.CitySearchCriteria
 
CityService - Interface in comsat.sample.data.jpa.service
 
clearBatch() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
clearParameters() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
clearWarnings() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
clearWarnings() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
clearWarnings() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
close() - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
close() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
 
close() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
close() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
close() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
close(Object) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
close() - Method in class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
 
close(long, TimeUnit) - Method in class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
 
closeOnCompletion() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
co.paralleluniverse.comsat.jetty - package co.paralleluniverse.comsat.jetty
 
co.paralleluniverse.comsat.tomcat - package co.paralleluniverse.comsat.tomcat
 
co.paralleluniverse.comsat.webactors - package co.paralleluniverse.comsat.webactors
The Web Actors API
co.paralleluniverse.comsat.webactors.servlet - package co.paralleluniverse.comsat.webactors.servlet
A Web Actors backend implementation based on Servlets
co.paralleluniverse.comsat.webactors.undertow - package co.paralleluniverse.comsat.webactors.undertow
A Web Actors backend implementation based on Undertow
co.paralleluniverse.embedded.containers - package co.paralleluniverse.embedded.containers
 
co.paralleluniverse.embedded.db - package co.paralleluniverse.embedded.db
 
co.paralleluniverse.examples.test - package co.paralleluniverse.examples.test
 
co.paralleluniverse.fibers.dropwizard - package co.paralleluniverse.fibers.dropwizard
 
co.paralleluniverse.fibers.httpasyncclient - package co.paralleluniverse.fibers.httpasyncclient
 
co.paralleluniverse.fibers.httpclient - package co.paralleluniverse.fibers.httpclient
 
co.paralleluniverse.fibers.jdbc - package co.paralleluniverse.fibers.jdbc
JDBC Integration for Quasar Fibers
co.paralleluniverse.fibers.jdbi - package co.paralleluniverse.fibers.jdbi
 
co.paralleluniverse.fibers.jersey - package co.paralleluniverse.fibers.jersey
JAX-RS Server Integration for Quasar Fibers Using Jersey
co.paralleluniverse.fibers.jooq - package co.paralleluniverse.fibers.jooq
 
co.paralleluniverse.fibers.kafka - package co.paralleluniverse.fibers.kafka
 
co.paralleluniverse.fibers.mongodb - package co.paralleluniverse.fibers.mongodb
 
co.paralleluniverse.fibers.okhttp - package co.paralleluniverse.fibers.okhttp
 
co.paralleluniverse.fibers.retrofit - package co.paralleluniverse.fibers.retrofit
 
co.paralleluniverse.fibers.servlet - package co.paralleluniverse.fibers.servlet
Servlet Integration for Quasar Fibers
co.paralleluniverse.fibers.ws.rs.client - package co.paralleluniverse.fibers.ws.rs.client
JAX-RS Client Integration for Quasar Fibers
co.paralleluniverse.springframework.boot.autoconfigure.web - package co.paralleluniverse.springframework.boot.autoconfigure.web
 
co.paralleluniverse.springframework.boot.security.autoconfigure.web - package co.paralleluniverse.springframework.boot.security.autoconfigure.web
 
co.paralleluniverse.springframework.security.config - package co.paralleluniverse.springframework.security.config
 
co.paralleluniverse.springframework.web.method.support - package co.paralleluniverse.springframework.web.method.support
 
co.paralleluniverse.springframework.web.servlet.config.annotation - package co.paralleluniverse.springframework.web.servlet.config.annotation
 
co.paralleluniverse.springframework.web.servlet.mvc.method.annotation - package co.paralleluniverse.springframework.web.servlet.mvc.method.annotation
 
co.paralleluniverse.test.categories - package co.paralleluniverse.test.categories
 
com.squareup.okhttp - package com.squareup.okhttp
 
commit() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
comsat.sample.actuator - package comsat.sample.actuator
 
comsat.sample.actuator.log4j - package comsat.sample.actuator.log4j
 
comsat.sample.actuator.log4j2 - package comsat.sample.actuator.log4j2
 
comsat.sample.actuator.ui - package comsat.sample.actuator.ui
 
comsat.sample.data.jpa - package comsat.sample.data.jpa
 
comsat.sample.data.jpa.domain - package comsat.sample.data.jpa.domain
 
comsat.sample.data.jpa.service - package comsat.sample.data.jpa.service
 
comsat.sample.data.jpa.web - package comsat.sample.data.jpa.web
 
comsat.sample.freemarker - package comsat.sample.freemarker
 
comsat.sample.jetty - package comsat.sample.jetty
 
comsat.sample.jetty.service - package comsat.sample.jetty.service
 
comsat.sample.jetty.web - package comsat.sample.jetty.web
 
comsat.sample.jpa - package comsat.sample.jpa
 
comsat.sample.jpa.domain - package comsat.sample.jpa.domain
 
comsat.sample.jpa.repository - package comsat.sample.jpa.repository
 
comsat.sample.jpa.web - package comsat.sample.jpa.web
 
comsat.sample.jsp - package comsat.sample.jsp
 
comsat.sample.mustache - package comsat.sample.mustache
 
comsat.sample.servlet - package comsat.sample.servlet
 
comsat.sample.tomcat - package comsat.sample.tomcat
 
comsat.sample.tomcat.service - package comsat.sample.tomcat.service
 
comsat.sample.tomcat.web - package comsat.sample.tomcat.web
 
comsat.sample.traditional - package comsat.sample.traditional
 
comsat.sample.traditional.config - package comsat.sample.traditional.config
 
comsat.sample.ui - package comsat.sample.ui
 
comsat.sample.ui.method - package comsat.sample.ui.method
 
comsat.sample.ui.mvc - package comsat.sample.ui.mvc
 
comsat.sample.ui.secure - package comsat.sample.ui.secure
 
comsat.sample.undertow - package comsat.sample.undertow
 
comsat.sample.undertow.service - package comsat.sample.undertow.service
 
comsat.sample.undertow.web - package comsat.sample.undertow.web
 
comsat.sample.velocity - package comsat.sample.velocity
 
configure(SpringApplicationBuilder) - Method in class comsat.sample.jsp.SampleTomcat7JspApplication
 
configure(SpringApplicationBuilder) - Method in class comsat.sample.jsp.SampleTomcatJspApplication
 
configure(SpringApplicationBuilder) - Method in class comsat.sample.jsp.SampleWebJspApplication
 
configure(SpringApplicationBuilder) - Method in class comsat.sample.servlet.SampleServletApplication
 
configure(HttpSecurity) - Method in class comsat.sample.ui.method.SampleMethodSecurityApplication.ApplicationSecurity
 
configure(SpringApplicationBuilder) - Method in class comsat.sample.ui.SampleWebStaticApplication
 
configure(HttpSecurity) - Method in class comsat.sample.ui.secure.SampleWebSecureApplication.ApplicationSecurity
 
configure(AuthenticationManagerBuilder) - Method in class comsat.sample.ui.secure.SampleWebSecureApplication.ApplicationSecurity
 
configure(HttpSecurity) - Method in class comsat.sample.ui.secure.SampleWebSecureCustomApplication.ApplicationSecurity
 
configure(AuthenticationManagerBuilder) - Method in class comsat.sample.ui.secure.SampleWebSecureCustomApplication.ApplicationSecurity
 
configureDefaultServletHandling(DefaultServletHandlerConfigurer) - Method in class comsat.sample.traditional.config.WebConfig
 
connect(String, Properties) - Method in class co.paralleluniverse.fibers.jdbc.FiberDriver
 
contentString() - Method in class co.paralleluniverse.comsat.webactors.HttpRequest
 
contentString() - Method in class co.paralleluniverse.comsat.webactors.HttpResponse
 
contentString() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
 
contentString() - Method in class co.paralleluniverse.comsat.webactors.WebMessage
 
context - Variable in class co.paralleluniverse.embedded.containers.TomcatServer
 
contextDestroyed(ServletContextEvent) - Method in class co.paralleluniverse.comsat.webactors.servlet.WebActorInitializer
 
contextInitialized(ServletContextEvent) - Method in class co.paralleluniverse.comsat.webactors.servlet.WebActorInitializer
 
Cookie - Class in co.paralleluniverse.comsat.webactors
A HTTP cookie
cookie(String, String) - Static method in class co.paralleluniverse.comsat.webactors.Cookie
Constructs a cookie with the specified name and value.
Cookie.Builder - Class in co.paralleluniverse.comsat.webactors
 
count() - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
count(Count) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
count(Count.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
count(DocumentAssignable, ReadPreference) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
count(ReadPreference) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
countAsync() - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
countAsync(Count.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
countAsync(Count) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
countAsync(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
countAsync(DocumentAssignable, ReadPreference) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
countAsync(ReadPreference) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
create() - Static method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
Creates Builder with one io thread.
create(int) - Static method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
create(String, int) - Static method in class co.paralleluniverse.fibers.jdbc.FiberDataSourceFactory
 
create(Message, BindingResult, RedirectAttributes) - Method in class comsat.sample.ui.mvc.MessageController
 
createArrayOf(String, Object[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createBlob() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createClient(MongoClientConfiguration) - Static method in class co.paralleluniverse.fibers.mongodb.FiberMongoFactory
 
createClient(MongoDbUri) - Static method in class co.paralleluniverse.fibers.mongodb.FiberMongoFactory
 
createClient(String) - Static method in class co.paralleluniverse.fibers.mongodb.FiberMongoFactory
 
createClob() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createConnectionManager(SchemeRegistry, String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
Create a InstrumentedClientConnManager based on the HttpClientConfiguration.
createDataBinderFactory(List<InvocableHandlerMethod>) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
Template method to create a new InitBinderDataBinderFactory instance.
createForm(Message) - Method in class comsat.sample.ui.mvc.MessageController
 
createHttpParams() - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
Map the parameters in HttpClientConfiguration to a BasicHttpParams object
createNClob() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createSQLXML() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createStatement() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createStatement(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createStatement(int, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
createStruct(String, Object[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 

D

dataDefinitionCausesTransactionCommit() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
define(String, Object) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
delete(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
delete(DocumentAssignable, boolean) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
delete(DocumentAssignable, boolean, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
delete(DocumentAssignable, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
deleteAsync(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
deleteAsync(DocumentAssignable, boolean) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
deleteAsync(DocumentAssignable, boolean, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
deleteAsync(DocumentAssignable, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
deleteRow() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
deletesAreDetected(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
destroy() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
destroy() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
disableAuthCaching() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
disableConnectionState() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
disableCookieManagement() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
dispatcherServlet() - Method in class comsat.sample.servlet.SampleServletApplication
 
dispatcherServlet() - Method in class comsat.sample.traditional.config.WebConfig
 
distinct(Distinct.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
distinct(Distinct) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
distinctAsync(Distinct.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
distinctAsync(Distinct) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
doesMaxRowSizeIncludeBlobs() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
doExecute(HttpHost, HttpRequest, HttpContext) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.examples.test.MyFiberServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
doInvoke(Object...) - Method in class co.paralleluniverse.springframework.web.method.support.FiberInvocableHandlerMethod
Invoke the handler method with the given argument values, either traditional thread-blocking or in a new fiber.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
doRun() - Method in class co.paralleluniverse.comsat.webactors.MyWebActor
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 

E

EmbeddedServer - Interface in co.paralleluniverse.embedded.containers
 
EmbeddedServer.ServletDesc - Interface in co.paralleluniverse.embedded.containers
 
enableWebsockets() - Method in interface co.paralleluniverse.embedded.containers.EmbeddedServer
 
enableWebsockets() - Method in class co.paralleluniverse.embedded.containers.JettyServer
 
enableWebsockets() - Method in class co.paralleluniverse.embedded.containers.TomcatServer
 
enableWebsockets() - Method in class co.paralleluniverse.embedded.containers.UndertowServer
 
equals(Object) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberRef
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
equals(Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberStruct
 
equals(Object) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
equals(Object) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
 
equals(Object) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
error(Throwable) - Method in class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
Associates an exception with an error status.
error(ActorRef<? super WebMessage>, HttpRequest, int, Throwable) - Static method in class co.paralleluniverse.comsat.webactors.HttpResponse
Creates an HttpResponse indicating an error, with a given status code and an attached exception that may be reported back to the client.
error(ActorRef<? super WebMessage>, HttpRequest, int, String) - Static method in class co.paralleluniverse.comsat.webactors.HttpResponse
Creates an HttpResponse indicating an error, with a given status code and a text body.
error(IOException) - Method in class co.paralleluniverse.comsat.webactors.undertow.ByteArrayReadChannelListener
 
event(long, String, String) - Static method in class co.paralleluniverse.comsat.webactors.SSE
Encodes a given payload as an SSE event message.
event(String, String) - Static method in class co.paralleluniverse.comsat.webactors.SSE
Encodes a given payload as an SSE event message.
event(long, String) - Static method in class co.paralleluniverse.comsat.webactors.SSE
Encodes a given payload and id as an SSE event message.
event(String) - Static method in class co.paralleluniverse.comsat.webactors.SSE
Encodes a given payload as an SSE event message.
exception(Throwable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCallback
 
exec(ExecutorService, CheckedCallable<V, E>) - Static method in class co.paralleluniverse.fibers.jdbc.JDBCFiberAsync
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
execute(HttpHost, HttpRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
execute(HttpHost, HttpRequest, FutureCallback<HttpResponse>) - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
execute(HttpUriRequest, FutureCallback<HttpResponse>) - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
execute(HttpUriRequest, HttpContext, FutureCallback<HttpResponse>) - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
execute(HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
execute(HttpUriRequest, HttpContext) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes HTTP request using the given context.
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, HttpContext) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes HTTP request using the given context.
execute(HttpUriRequest) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes HTTP request using the default context.
execute(HttpHost, HttpRequest) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes HTTP request using the default context.
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
execute(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
execute(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
execute(String, int[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
execute(String, String[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
execute() - Method in class co.paralleluniverse.fibers.okhttp.FiberCall
 
executeBatch() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
executeInFiber(FiberOkHttpClient, Request) - Static method in class co.paralleluniverse.fibers.okhttp.FiberOkHttpUtil
 
executeInFiber(Call) - Static method in class co.paralleluniverse.fibers.okhttp.FiberOkHttpUtil
 
executeInFiber(OkApacheClient, HttpRequestBase) - Static method in class co.paralleluniverse.fibers.okhttp.FiberOkHttpUtil
 
executeQuery() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
executeQuery(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
executeUpdate() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
executeUpdate(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
executeUpdate(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
executeUpdate(String, int[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
executeUpdate(String, String[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
executor - Variable in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
executor - Variable in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
explain(Aggregate.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explain(Aggregate) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explain(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explain(Find.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explain(Find) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explainAsync(Aggregate.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explainAsync(Aggregate) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explainAsync(Find.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
explainAsync(Find) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 

F

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
A fiber-blocking InvocableHandlerMethod
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
Fiber-blocking OkHttp’s OkHttpClient implementation.
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
An AbstractHandlerMethodAdapter that supports HandlerMethods with the signature – method argument and return types, defined in @RequestMapping.
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
Extends InvocableHandlerMethod with the ability to handle return values through a registered HandlerMethodReturnValueHandler and also supports setting the response status based on a method-level @ResponseStatus 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
 

G

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
Return the configured argument resolvers, or possibly null if not initialized yet via FiberRequestMappingHandlerAdapter.afterPropertiesSet().
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

Returns the HttpResponse passed to the constructor.

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
Return the argument resolvers for @InitBinder methods, or possibly null if not initialized yet via FiberRequestMappingHandlerAdapter.afterPropertiesSet().
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
Return the configured ModelAndViewResolvers, or null.
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
The HttpRequest this is a response to.
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
Return the configured handlers, or possibly null if not initialized yet via FiberRequestMappingHandlerAdapter.afterPropertiesSet().
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
 

H

H2JdbcDatasource - Class in co.paralleluniverse.embedded.db
 
H2JdbcDatasource() - Constructor for class co.paralleluniverse.embedded.db.H2JdbcDatasource
 
H2JdbcDatasource(String) - Constructor for class co.paralleluniverse.embedded.db.H2JdbcDatasource
 
handleEvent(StreamSourceChannel) - Method in class co.paralleluniverse.comsat.webactors.undertow.ByteArrayReadChannelListener
 
handleEvent(StreamSinkChannel) - Method in class co.paralleluniverse.comsat.webactors.undertow.StringWriteChannelListener
 
handleInternal(HttpServletRequest, HttpServletResponse, HandlerMethod) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
 
handleLifecycleMessage(LifecycleMessage) - Method in class co.paralleluniverse.comsat.webactors.MyWebActor
 
hashCode() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberRef
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
hashCode() - Method in class co.paralleluniverse.fibers.jdbc.FiberStruct
 
hashCode() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
hashCode() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
 
hashCode() - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
hello() - Method in class comsat.sample.actuator.SampleController
 
helloThreadBlocking() - Method in class comsat.sample.actuator.SampleController
 
helloWorld() - Method in class comsat.sample.actuator.log4j.SampleController
 
helloWorld() - Method in class comsat.sample.actuator.log4j2.SampleController
 
helloWorld() - Method in class comsat.sample.data.jpa.web.SampleController
 
helloWorld() - Method in class comsat.sample.jetty.web.SampleController
 
helloWorld() - Method in class comsat.sample.tomcat.web.SampleController
 
helloWorld() - Method in class comsat.sample.undertow.web.SampleController
 
helloWorldAsync() - Method in class comsat.sample.undertow.web.SampleController
 
HelloWorldService - Class in comsat.sample.actuator
 
HelloWorldService - Class in comsat.sample.actuator
 
HelloWorldService() - Constructor for class comsat.sample.actuator.HelloWorldService
 
HelloWorldService - Class in comsat.sample.actuator.log4j
 
HelloWorldService() - Constructor for class comsat.sample.actuator.log4j.HelloWorldService
 
HelloWorldService - Class in comsat.sample.actuator.log4j2
 
HelloWorldService() - Constructor for class comsat.sample.actuator.log4j2.HelloWorldService
 
HelloWorldService - Class in comsat.sample.jetty.service
 
HelloWorldService - Class in comsat.sample.jetty.service
 
HelloWorldService - Class in comsat.sample.jetty.service
 
HelloWorldService - Class in comsat.sample.jetty.service
 
HelloWorldService() - Constructor for class comsat.sample.jetty.service.HelloWorldService
 
HelloWorldService - Class in comsat.sample.tomcat.service
 
HelloWorldService() - Constructor for class comsat.sample.tomcat.service.HelloWorldService
 
HelloWorldService - Class in comsat.sample.undertow.service
 
HelloWorldService - Class in comsat.sample.undertow.service
 
HelloWorldService() - Constructor for class comsat.sample.undertow.service.HelloWorldService
 
home(Map<String, Object>) - Method in class comsat.sample.actuator.ui.SampleActuatorUiApplication
 
home(Map<String, Object>) - Method in class comsat.sample.ui.method.SampleMethodSecurityApplication.HomeController
 
home(Map<String, Object>) - Method in class comsat.sample.ui.secure.SampleWebSecureApplication
 
home(Map<String, Object>) - Method in class comsat.sample.ui.secure.SampleWebSecureCustomApplication
 
hostnameVerifier(HostnameVerifier) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
Hotel - Class in comsat.sample.data.jpa.domain
 
Hotel() - Constructor for class comsat.sample.data.jpa.domain.Hotel
 
Hotel(City, String) - Constructor for class comsat.sample.data.jpa.domain.Hotel
 
HotelService - Interface in comsat.sample.data.jpa.service
 
HotelSummary - Class in comsat.sample.data.jpa.domain
 
HotelSummary(City, String, Double) - Constructor for class comsat.sample.data.jpa.domain.HotelSummary
 
HttpMessage - Class in co.paralleluniverse.comsat.webactors
A message sent over an HTTP connection.
HttpMessage() - Constructor for class co.paralleluniverse.comsat.webactors.HttpMessage
 
HttpRequest - Class in co.paralleluniverse.comsat.webactors
An HTTP request message.
HttpRequest() - Constructor for class co.paralleluniverse.comsat.webactors.HttpRequest
 
HttpRequest.Builder - Class in co.paralleluniverse.comsat.webactors
 
HttpRequest.Builder(ActorRef<? super WebMessage>, String) - Constructor for class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
 
HttpRequest.Builder(ActorRef<? super WebMessage>, ByteBuffer) - Constructor for class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
 
HttpRequest.Builder(ActorRef<? super WebMessage>) - Constructor for class co.paralleluniverse.comsat.webactors.HttpRequest.Builder
 
HttpResponse - Class in co.paralleluniverse.comsat.webactors
An HTTP response message sent as a response to an HttpRequest.
HttpResponse() - Constructor for class co.paralleluniverse.comsat.webactors.HttpResponse
 
HttpResponse.Builder - Class in co.paralleluniverse.comsat.webactors
 
HttpResponse.Builder(ActorRef<? super WebMessage>, HttpRequest, String) - Constructor for class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
 
HttpResponse.Builder(ActorRef<? super WebMessage>, HttpRequest, ByteBuffer) - Constructor for class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
 
HttpResponse.Builder(ActorRef<? super WebMessage>, HttpRequest) - Constructor for class co.paralleluniverse.comsat.webactors.HttpResponse.Builder
 
HttpStreamOpened - Class in co.paralleluniverse.comsat.webactors
A message sent to a web actor indicating that a new stream has been opened.
HttpStreamOpened(ActorRef<WebDataMessage>, HttpResponse) - Constructor for class co.paralleluniverse.comsat.webactors.HttpStreamOpened
 

I

index() - Method in class comsat.sample.jpa.web.IndexController
 
IndexController - Class in comsat.sample.jpa.web
 
IndexController() - Constructor for class comsat.sample.jpa.web.IndexController
 
init(ServletConfig) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
init() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
init(FilterConfig) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
init(ServletConfig) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
init() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
init(FilterConfig) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
init(ServletConfig) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
init(AuthenticationManagerBuilder) - Method in class comsat.sample.ui.method.SampleMethodSecurityApplication.AuthenticationSecurity
 
INIT_BINDER_METHODS - Static variable in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
MethodFilter that matches @InitBinder methods.
initialize(Bootstrap<T>) - Method in class co.paralleluniverse.fibers.dropwizard.FiberApplication
 
InMemoryMessageRepository - Class in comsat.sample.ui
 
InMemoryMessageRepository() - Constructor for class comsat.sample.ui.InMemoryMessageRepository
 
InMemoryMessageRespository - Class in comsat.sample.ui
 
InMemoryMessageRespository() - Constructor for class comsat.sample.ui.InMemoryMessageRespository
 
insert(DocumentAssignable...) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insert(Durability, DocumentAssignable[]) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insert(boolean, DocumentAssignable...) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insert(boolean, Durability, DocumentAssignable...) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insertAsync(DocumentAssignable...) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insertAsync(Durability, DocumentAssignable...) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insertAsync(boolean, DocumentAssignable...) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insertAsync(boolean, Durability, DocumentAssignable...) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
insertRow() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
insertsAreDetected(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
InstrumentedNClientConnManager - Class in co.paralleluniverse.fibers.dropwizard
 
InstrumentedNClientConnManager(ConnectingIOReactor, NHttpConnectionFactory<ManagedNHttpClientConnection>, SchemePortResolver, MetricRegistry, Registry<SchemeIOSessionStrategy>, long, TimeUnit, DnsResolver, String) - Constructor for class co.paralleluniverse.fibers.dropwizard.InstrumentedNClientConnManager
 
InstrumentedNHttpClientBuilder - Class in co.paralleluniverse.fibers.dropwizard
 
InstrumentedNHttpClientBuilder(MetricRegistry, HttpClientMetricNameStrategy, String) - Constructor for class co.paralleluniverse.fibers.dropwizard.InstrumentedNHttpClientBuilder
 
InstrumentedNHttpClientBuilder(MetricRegistry, String) - Constructor for class co.paralleluniverse.fibers.dropwizard.InstrumentedNHttpClientBuilder
 
inTransaction(TransactionCallback<ReturnType>) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
inTransaction(TransactionIsolationLevel, TransactionCallback<ReturnType>) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
invokeAndHandle(ServletWebRequest, ModelAndViewContainer, Object...) - Method in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberServletInvocableHandlerMethod
Invokes the method and handles the return value through a registered HandlerMethodReturnValueHandler.
isAfterLast() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
isAlternateUsernamesAllowed() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
 
isAsyncStarted() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
 
isAsyncSupported() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
 
isAutoCommentsEnabled() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
 
isAutoIncrement(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isBeforeFirst() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
isBinary() - Method in class co.paralleluniverse.comsat.webactors.WebDataMessage
Whether this is a binary message or a text message.
isCaseSensitive(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isCatalogAtStart() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
isClosed() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
isClosed() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
isClosed() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
isCloseOnCompletion() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
isCurrency(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isDefaultReadOnly() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
 
isDefinitelyWritable(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isFirst() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
isHttpOnly() - Method in class co.paralleluniverse.comsat.webactors.Cookie
Whether this Cookie has been marked as HttpOnly.
isInitialSizeGreaterThanMinSize() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
 
isInitialSizeLessThanMaxSize() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
 
isLast() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
isMinSizeLessThanMaxSize() - Method in class co.paralleluniverse.fibers.dropwizard.FiberDataSourceFactory
 
isNullable(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
isNullable(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isPoolable() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
isReadOnly() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
isReadOnly() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
isReadOnly(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isRequestedSessionIdFromCookie() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
Deprecated.
isRequestedSessionIdValid() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
 
isRunning() - Method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
isSearchable(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isSecure() - Method in class co.paralleluniverse.comsat.webactors.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
isSecure() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
 
isSigned(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
isSigned(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isSuspendable(MethodDatabase, String, String, boolean, String, String, String[], String, String, String, String[]) - Method in class co.paralleluniverse.fibers.jdbi.JdbiClassifier
 
isSuspendable(MethodDatabase, String, String, boolean, String, String, String[], String, String, String, String[]) - Method in class co.paralleluniverse.fibers.jooq.JooqClassifier
 
isUserInRole(String) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
 
isValid(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
isWebActorAttached(HttpSession) - Static method in class co.paralleluniverse.comsat.webactors.servlet.ServletWebActors
Checks whether a web actor is attached to an HttpSession.
isWrapperFor(Class<?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
isWrapperFor(Class<?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
 
isWrapperFor(Class<?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
isWrapperFor(Class<?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
isWrapperFor(Class<?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
isWritable(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 

J

jdbcCompliant() - Method in class co.paralleluniverse.fibers.jdbc.FiberDriver
 
JDBCFiberAsync<V,E extends Throwable> - Class in co.paralleluniverse.fibers.jdbc
 
JDBCFiberAsync() - Constructor for class co.paralleluniverse.fibers.jdbc.JDBCFiberAsync
 
JdbiClassifier - Class in co.paralleluniverse.fibers.jdbi
Given classes and methodRegexps, Instrumenting all the extending methods in the scope of given package prefix.
JdbiClassifier() - Constructor for class co.paralleluniverse.fibers.jdbi.JdbiClassifier
 
JettyServer - Class in co.paralleluniverse.embedded.containers
 
JettyServer() - Constructor for class co.paralleluniverse.embedded.containers.JettyServer
 
JooqClassifier - Class in co.paralleluniverse.fibers.jooq
Given classes and methodRegexps, Instrumenting all the extending methods in the scope of given package prefix.
JooqClassifier() - Constructor for class co.paralleluniverse.fibers.jooq.JooqClassifier
 

K

keyStore(KeyStore, char[]) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
keyStore(KeyStore, String) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 

L

last() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
length() - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
 
length() - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
 
length() - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
 
list() - Method in class comsat.sample.ui.mvc.MessageController
 
listener() - Method in class comsat.sample.tomcat.SampleTomcatApplication
 
locatorsUpdateCopy() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
log(String) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
log(String, Throwable) - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
log(String) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
log(String, Throwable) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
login(String, String) - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
 
logout() - Method in class co.paralleluniverse.fibers.servlet.FiberHttpServletRequest
 
lookupDataSourceJDBC(String) - Static method in class co.paralleluniverse.examples.test.MyFiberServlet
 

M

main(String[]) - Static method in class comsat.sample.actuator.log4j.SampleActuatorApplication
 
main(String[]) - Static method in class comsat.sample.actuator.log4j2.SampleActuatorLog4J2Application
 
main(String[]) - Static method in class comsat.sample.actuator.SampleActuatorApplication
 
main(String[]) - Static method in class comsat.sample.actuator.ui.SampleActuatorUiApplication
 
main(String[]) - Static method in class comsat.sample.data.jpa.SampleDataJpaApplication
 
main(String[]) - Static method in class comsat.sample.freemarker.SampleWebFreeMarkerApplication
 
main(String[]) - Static method in class comsat.sample.jetty.SampleJetty8Application
 
main(String[]) - Static method in class comsat.sample.jetty.SampleJetty8SslApplication
 
main(String[]) - Static method in class comsat.sample.jetty.SampleJettyApplication
 
main(String[]) - Static method in class comsat.sample.jetty.SampleJettySslApplication
 
main(String[]) - Static method in class comsat.sample.jpa.SampleJpaApplication
 
main(String[]) - Static method in class comsat.sample.jsp.SampleTomcat7JspApplication
 
main(String[]) - Static method in class comsat.sample.jsp.SampleTomcatJspApplication
 
main(String[]) - Static method in class comsat.sample.jsp.SampleWebJspApplication
 
main(String[]) - Static method in class comsat.sample.mustache.SampleWebMustacheApplication
 
main(String[]) - Static method in class comsat.sample.servlet.SampleServletApplication
 
main(String[]) - Static method in class comsat.sample.tomcat.SampleTomcatApplication
 
main(String[]) - Static method in class comsat.sample.tomcat.SampleTomcatSslApplication
 
main(String[]) - Static method in class comsat.sample.tomcat.SampleTomcatTwoConnectorsApplication
 
main(String[]) - Static method in class comsat.sample.traditional.SampleTraditionalApplication
 
main(String[]) - Static method in class comsat.sample.ui.method.SampleMethodSecurityApplication
 
main(String[]) - Static method in class comsat.sample.ui.SampleGroovyTemplateApplication
 
main(String[]) - Static method in class comsat.sample.ui.SampleWebStaticApplication
 
main(String[]) - Static method in class comsat.sample.ui.SampleWebUiApplication
 
main(String[]) - Static method in class comsat.sample.ui.secure.SampleWebSecureApplication
 
main(String[]) - Static method in class comsat.sample.ui.secure.SampleWebSecureCustomApplication
 
main(String[]) - Static method in class comsat.sample.undertow.SampleUndertowApplication
 
main(String[]) - Static method in class comsat.sample.undertow.SampleUndertowSslApplication
 
main(String[]) - Static method in class comsat.sample.velocity.SampleWebVelocityApplication
 
mapReduce(MapReduce.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
mapReduce(MapReduce) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
mapReduceAsync(MapReduce.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
mapReduceAsync(MapReduce) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
maxConn - Variable in class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
 
Message - Class in comsat.sample.ui
 
Message - Class in comsat.sample.ui
 
Message() - Constructor for class comsat.sample.ui.Message
 
MessageController - Class in comsat.sample.ui.mvc
 
MessageController - Class in comsat.sample.ui.mvc
 
MessageController(MessageRepository) - Constructor for class comsat.sample.ui.mvc.MessageController
 
messageConverter() - Method in class comsat.sample.ui.SampleGroovyTemplateApplication
 
messageConverter() - Method in class comsat.sample.ui.SampleWebUiApplication
 
MessageRepository - Interface in comsat.sample.ui
 
MessageRepository - Class in comsat.sample.ui
 
messageRepository() - Method in class comsat.sample.ui.SampleGroovyTemplateApplication
 
messageRepository() - Method in class comsat.sample.ui.SampleWebUiApplication
 
metrics() - Method in class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
 
MODEL_ATTRIBUTE_METHODS - Static variable in class co.paralleluniverse.springframework.web.servlet.mvc.method.annotation.FiberRequestMappingHandlerAdapter
MethodFilter that matches @ModelAttribute methods.
moveToCurrentRow() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
moveToInsertRow() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
MyFiberServlet - Class in co.paralleluniverse.examples.test
 
MyFiberServlet() - Constructor for class co.paralleluniverse.examples.test.MyFiberServlet
 
MyWebActor - Class in co.paralleluniverse.comsat.webactors
 
MyWebActor() - Constructor for class co.paralleluniverse.comsat.webactors.MyWebActor
 

N

nativeSQL(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
newBuilder() - Static method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
Create a new ClientBuilder instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newCall(Request) - Method in class co.paralleluniverse.fibers.okhttp.FiberOkHttpClient
 
newClient() - Static method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient(Configuration) - Static method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newContextProvider(ClassLoader, List<String>, Map<Class<?>, Object[]>) - Method in class co.paralleluniverse.comsat.webactors.undertow.AutoWebActorHandler
 
next() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
Note - Class in comsat.sample.jpa.domain
 
Note() - Constructor for class comsat.sample.jpa.domain.Note
 
NoteRepository - Interface in comsat.sample.jpa.repository
 
nThreads - Variable in class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
 
nullPlusNonNullIsNull() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
nullsAreSortedHigh() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
nullsAreSortedLow() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 

O

ok(ActorRef<? super WebMessage>, HttpRequest, String) - Static method in class co.paralleluniverse.comsat.webactors.HttpResponse
Creates an HttpResponse with a text body and response code 200.
ok(ActorRef<? super WebMessage>, HttpRequest, ByteBuffer) - Static method in class co.paralleluniverse.comsat.webactors.HttpResponse
Creates an HttpResponse with a binary body and response code 200.
olleh(SampleController.Message) - Method in class comsat.sample.actuator.SampleController
 
onDemand(Class<SqlObjectType>) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
open() - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
open(Class<SqlObjectType>) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
openInFiber(OkUrlFactory, URL) - Static method in class co.paralleluniverse.fibers.okhttp.FiberOkHttpUtil
 
org.springframework.web.servlet.config.annotation - package org.springframework.web.servlet.config.annotation
 
othersDeletesAreVisible(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 

P

parallelScan(ParallelScan.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
parallelScan(ParallelScan) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
parallelScanAsync(ParallelScan.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
parallelScanAsync(ParallelScan) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
partitionsFor(String) - Method in class co.paralleluniverse.fibers.kafka.FiberKafkaProducer
 
pmeta - Variable in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
port - Variable in class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
 
port() - Method in class comsat.sample.tomcat.SampleTomcatTwoConnectorsApplication
 
position(byte[], long) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
 
position(Blob, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
 
position(String, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
 
position(Clob, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
 
position(String, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
 
position(Clob, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
 
prepareCall(String, int, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareCall(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareCall(String, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareStatement(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareStatement(String, int, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareStatement(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareStatement(String, int[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareStatement(String, String[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
prepareStatement(String, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
previous() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
PROP_DEBUG_BYPASS_TO_REGULAR_FJP - Static variable in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
PROP_DISABLE_JETTY_ASYNC_FIXES - Static variable in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
PROP_DISABLE_SYNC_EXCEPTIONS - Static variable in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
PROP_DISABLE_SYNC_FORWARD - Static variable in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
PROP_DISABLE_TOMCAT_ASYNC_FIXES - Static variable in class co.paralleluniverse.fibers.servlet.FiberHttpServlet
 
property(String, Object) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 

Q

QuasarWebAppClassLoader - Class in co.paralleluniverse.comsat.jetty
QuasarWebAppClassLoader(WebAppClassLoader.Context) - Constructor for class co.paralleluniverse.comsat.jetty.QuasarWebAppClassLoader
 
QuasarWebAppClassLoader(ClassLoader, WebAppClassLoader.Context) - Constructor for class co.paralleluniverse.comsat.jetty.QuasarWebAppClassLoader
 
QuasarWebAppClassLoader - Class in co.paralleluniverse.comsat.tomcat
QuasarWebAppClassLoader() - Constructor for class co.paralleluniverse.comsat.tomcat.QuasarWebAppClassLoader
 
QuasarWebAppClassLoader(ClassLoader) - Constructor for class co.paralleluniverse.comsat.tomcat.QuasarWebAppClassLoader
 

R

Rating - Enum in comsat.sample.data.jpa.domain
 
RatingCount - Class in comsat.sample.data.jpa.domain
 
RatingCount(Rating, long) - Constructor for class comsat.sample.data.jpa.domain.RatingCount
 
reconnectTimeout(long) - Static method in class co.paralleluniverse.comsat.webactors.SSE
Encodes an indication to the client to attempt a reconnect if the connection is closed within the given time.
redirect(HttpRequest, String) - Static method in class co.paralleluniverse.comsat.webactors.HttpResponse
Sends a temporary redirect response to the client using the specified redirect location URL and clears the buffer.
refreshRow() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
register(Class<?>) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
register(Class<?>, int) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
register(Class<?>, Class<?>...) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
register(Object) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
register(Object, int) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
register(Object, Class<?>...) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
register(Object, Map<Class<?>, Integer>) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
registerOutParameter(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
registerOutParameter(int, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
registerOutParameter(int, int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
registerOutParameter(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
registerOutParameter(String, int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
registerOutParameter(String, int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
registerWebActor(ServletContext, Class<?>) - Static method in class co.paralleluniverse.comsat.webactors.servlet.WebActorInitializer
 
relative(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
releaseSavepoint(Savepoint) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
reload() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
reload(ResourceConfig) - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
removeAttribute(String) - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
 
Review - Class in comsat.sample.data.jpa.domain
 
Review() - Constructor for class comsat.sample.data.jpa.domain.Review
 
Review(Hotel, int, ReviewDetails) - Constructor for class comsat.sample.data.jpa.domain.Review
 
ReviewDetails - Class in comsat.sample.data.jpa.domain
 
ReviewDetails() - Constructor for class comsat.sample.data.jpa.domain.ReviewDetails
 
ReviewsSummary - Interface in comsat.sample.data.jpa.service
 
RFC1123_DATE - Static variable in class co.paralleluniverse.comsat.webactors.HttpRequest
The only date format permitted when generating HTTP headers.
rollback() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
rollback(Savepoint) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
rowDeleted() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
rowInserted() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
rowUpdated() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
run(T, Environment) - Method in class co.paralleluniverse.fibers.dropwizard.FiberApplication
 
runCommand(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommand(String) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommand(String, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommand(String, int, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommand(String, String, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommandAsync(DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommandAsync(String) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommandAsync(String, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommandAsync(String, int, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 
runCommandAsync(String, String, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoDatabaseImpl
 

S

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
Set the ContentNegotiationManager to use to determine requested media types.
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
Register HandlerMethodReturnValueHandler instances to use to handle return values.
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
Provide custom ModelAndViewResolvers.
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
Set the default AsyncTaskExecutor to use when a controller method return a Callable.
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
Utility classes for SSE (Server-Sent Events).
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
This method returns a new HttpResponse with its content type and character encoding set in compliance with to the SSE spec, and an empty body.
startSSE(ActorRef<? super WebMessage>, HttpRequest, long) - Static method in class co.paralleluniverse.comsat.webactors.SSE
This method returns a new HttpResponse with its content type and character encoding set in compliance with to the SSE spec, and a body encoding a reconnection timeout indication.
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
 

T

Tag - Class in comsat.sample.jpa.domain
 
Tag() - Constructor for class comsat.sample.jpa.domain.Tag
 
TagRepository - Interface in comsat.sample.jpa.repository
 
testDie() - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
testHttpMsg() - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
testHttpNotFound() - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
testHttpRedirect() - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
testSSE() - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
testWebSocketMsg() - Method in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
textSearch(Text.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
Deprecated.
textSearch(Text) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
Deprecated.
textSearchAsync(Text.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
Deprecated.
textSearchAsync(Text) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
Deprecated.
threadBlockingInvoke(Object...) - Method in class co.paralleluniverse.springframework.web.method.support.FiberInvocableHandlerMethod
 
timeout - Variable in class co.paralleluniverse.comsat.webactors.AbstractWebActorTest
 
tomcat - Variable in class co.paralleluniverse.embedded.containers.TomcatServer
 
TomcatServer - Class in co.paralleluniverse.embedded.containers
 
TomcatServer() - Constructor for class co.paralleluniverse.embedded.containers.TomcatServer
 
TomcatServer(String) - Constructor for class co.paralleluniverse.embedded.containers.TomcatServer
 
toString() - Method in class co.paralleluniverse.comsat.webactors.Cookie
 
toString() - Method in class co.paralleluniverse.fibers.dropwizard.FiberServletContainer
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberArray
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberPreparedStatement
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberRef
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberSQLXML
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
toString() - Method in class co.paralleluniverse.fibers.jdbc.FiberStruct
 
toString() - Method in class co.paralleluniverse.fibers.jersey.ServletContainer
 
toString() - Method in class co.paralleluniverse.fibers.servlet.FiberServletRequest
 
toString() - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
toString() - Method in class comsat.sample.data.jpa.domain.City
 
TripType - Enum in comsat.sample.data.jpa.domain
 
truncate(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberBlob
 
truncate(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberClob
 
truncate(long) - Method in class co.paralleluniverse.fibers.jdbc.FiberNClob
 
trustStore(KeyStore) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 

U

UndertowServer - Class in co.paralleluniverse.embedded.containers
 
UndertowServer() - Constructor for class co.paralleluniverse.embedded.containers.UndertowServer
 
unwrap(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberConnection
 
unwrap(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
unwrap(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
 
unwrap(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberParameterMetadata
 
unwrap(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
unwrap(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSetMetaData
 
unwrap(Class<T>) - Method in class co.paralleluniverse.fibers.jdbc.FiberStatement
 
update(DocumentAssignable, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
update(DocumentAssignable, DocumentAssignable, boolean, boolean) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
update(DocumentAssignable, DocumentAssignable, boolean, boolean, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
update(DocumentAssignable, DocumentAssignable, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
updateArray(int, Array) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateArray(String, Array) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateAsciiStream(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateAsciiStream(String, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateAsync(DocumentAssignable, DocumentAssignable) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
updateAsync(DocumentAssignable, DocumentAssignable, boolean, boolean) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
updateAsync(DocumentAssignable, DocumentAssignable, boolean, boolean, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
updateAsync(DocumentAssignable, DocumentAssignable, Durability) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
updateBigDecimal(int, BigDecimal) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBinaryStream(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBinaryStream(String, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBlob(int, Blob) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBlob(String, Blob) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBlob(int, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBlob(String, InputStream, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBlob(int, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBlob(String, InputStream) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBoolean(int, boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBoolean(String, boolean) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateByte(int, byte) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateByte(String, byte) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBytes(int, byte[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateBytes(String, byte[]) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateCharacterStream(int, Reader, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateCharacterStream(String, Reader, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateCharacterStream(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateCharacterStream(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateCharacterStream(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateCharacterStream(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateClob(int, Clob) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateClob(String, Clob) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateClob(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateClob(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateClob(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateClob(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateDate(int, Date) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateDate(String, Date) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateDouble(int, double) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateDouble(String, double) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateFloat(int, float) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateFloat(String, float) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateInt(int, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateInt(String, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateLong(int, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateLong(String, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNCharacterStream(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNCharacterStream(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNClob(int, NClob) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNClob(String, NClob) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNClob(int, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNClob(String, Reader, long) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNClob(int, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNClob(String, Reader) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNString(int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNString(String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNull(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateNull(String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateObject(int, Object, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateObject(int, Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateObject(String, Object, int) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateObject(String, Object) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateRef(int, Ref) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateRef(String, Ref) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateRow() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateRowId(int, RowId) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateRowId(String, RowId) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updatesAreDetected(int) - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
updateShort(int, short) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateShort(String, short) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateSQLXML(int, SQLXML) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateSQLXML(String, SQLXML) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateString(int, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateString(String, String) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateTime(int, Time) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateTime(String, Time) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateTimestamp(int, Timestamp) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
updateTimestamp(String, Timestamp) - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
useHandle(HandleConsumer) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
usesLocalFilePerTable() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
usesLocalFiles() - Method in class co.paralleluniverse.fibers.jdbc.FiberDatabaseMetaData
 
useSystemProperties() - Method in class co.paralleluniverse.fibers.httpclient.FiberHttpClientBuilder
 
useTransaction(TransactionConsumer) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
useTransaction(TransactionIsolationLevel, TransactionConsumer) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
using(HttpClientConfiguration) - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
Use the given HttpClientConfiguration instance.
using(DnsResolver) - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
Use the given DnsResolver instance.
using(HttpRequestRetryHandler) - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
Uses the httpRequestRetryHandler for handling request retries.
using(SchemeRegistry) - Method in class co.paralleluniverse.fibers.dropwizard.FiberHttpClientBuilder
Use the given SchemeRegistry instance.

V

valueOf(String) - Static method in enum comsat.sample.data.jpa.domain.Rating
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum comsat.sample.data.jpa.domain.TripType
Returns the enum constant of this type with the specified name.
values() - Static method in enum comsat.sample.data.jpa.domain.Rating
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum comsat.sample.data.jpa.domain.TripType
Returns an array containing the constants of this enum type, in the order they are declared.
view(Message) - Method in class comsat.sample.ui.mvc.MessageController
 
viewResolver() - Method in class comsat.sample.traditional.config.WebConfig
 

W

waitUrlAvailable(String) - Static method in class co.paralleluniverse.embedded.containers.AbstractEmbeddedServer
 
wasNull() - Method in class co.paralleluniverse.fibers.jdbc.FiberCallableStatement
 
wasNull() - Method in class co.paralleluniverse.fibers.jdbc.FiberResultSet
 
WebActor - Annotation Type in co.paralleluniverse.comsat.webactors
A class annotated with this annotation will be automatically loaded by COMSAT and spawned as a web actor.
WebActorInitializer - Class in co.paralleluniverse.comsat.webactors.servlet
Registers WebActors annotated with the WebActor annotation.
WebActorInitializer() - Constructor for class co.paralleluniverse.comsat.webactors.servlet.WebActorInitializer
 
WebConfig - Class in comsat.sample.traditional.config
 
WebConfig() - Constructor for class comsat.sample.traditional.config.WebConfig
 
WebDataMessage - Class in co.paralleluniverse.comsat.webactors
A message that can be received from or sent to a web client, and contains only data (and no metadata like headers).
WebDataMessage(ActorRef<? super WebDataMessage>, String) - Constructor for class co.paralleluniverse.comsat.webactors.WebDataMessage
Constructs a WebDataMessage with a text body.
WebDataMessage(ActorRef<? super WebDataMessage>, ByteBuffer) - Constructor for class co.paralleluniverse.comsat.webactors.WebDataMessage
Constructs a WebDataMessage with a binary body.
WebMessage - Class in co.paralleluniverse.comsat.webactors
A message that is received from or can be set to a web client (via HTTP or WebSockets).
WebMessage() - Constructor for class co.paralleluniverse.comsat.webactors.WebMessage
 
WebSocketOpened - Class in co.paralleluniverse.comsat.webactors
A message sent to a web actor indicating that a new WebSocket has been opened by the client.
WebSocketOpened(ActorRef<WebDataMessage>) - Constructor for class co.paralleluniverse.comsat.webactors.WebSocketOpened
 
WebStreamOpened - Class in co.paralleluniverse.comsat.webactors
A message sent to a web actor indicating that a new stream has been opened by the client.
WebStreamOpened(ActorRef<WebDataMessage>) - Constructor for class co.paralleluniverse.comsat.webactors.WebStreamOpened
 
welcome(Map<String, Object>) - Method in class comsat.sample.freemarker.WelcomeController
 
welcome(Map<String, Object>) - Method in class comsat.sample.jsp.WelcomeController
 
welcome(Map<String, Object>) - Method in class comsat.sample.mustache.WelcomeController
 
welcome(Map<String, Object>) - Method in class comsat.sample.velocity.WelcomeController
 
WelcomeController - Class in comsat.sample.freemarker
 
WelcomeController() - Constructor for class comsat.sample.freemarker.WelcomeController
 
WelcomeController - Class in comsat.sample.jsp
 
WelcomeController - Class in comsat.sample.jsp
 
WelcomeController - Class in comsat.sample.jsp
 
WelcomeController() - Constructor for class comsat.sample.jsp.WelcomeController
 
WelcomeController - Class in comsat.sample.mustache
 
WelcomeController() - Constructor for class comsat.sample.mustache.WelcomeController
 
WelcomeController - Class in comsat.sample.velocity
 
WelcomeController() - Constructor for class comsat.sample.velocity.WelcomeController
 
withConfig(Configuration) - Method in class co.paralleluniverse.fibers.ws.rs.client.AsyncClientBuilder
 
withHandle(HandleCallback<ReturnType>) - Method in class co.paralleluniverse.fibers.jdbi.FiberDBI
 
wrap(ManagedDataSource, int) - Static method in class co.paralleluniverse.fibers.dropwizard.FiberManagedDataSource
 
wrap(ManagedDataSource, ExecutorService) - Static method in class co.paralleluniverse.fibers.dropwizard.FiberManagedDataSource
 
wrap(CloseableHttpAsyncClient) - Static method in class co.paralleluniverse.fibers.httpasyncclient.FiberCloseableHttpAsyncClient
 
wrap(DataSource, ExecutorService) - Static method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
Wraps a JDBC DataSource.
wrap(DataSource, int) - Static method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
Wraps a JDBC DataSource.
wrap(DataSource) - Static method in class co.paralleluniverse.fibers.jdbc.FiberDataSource
Wraps a JDBC DataSource with fixed 10 threads pool executor.
wrapAsSSE(SendPort<WebDataMessage>) - Static method in class co.paralleluniverse.comsat.webactors.SSE
Wrappes the whole string body
write(BatchedWrite) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
write(BatchedWrite.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
writeAsync(BatchedWrite.Builder) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
writeAsync(BatchedWrite) - Method in class co.paralleluniverse.fibers.mongodb.FiberMongoCollectionImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W