Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y 

A

AbstractGuiceConfiguration - Class in net.codestory.http.injection
 
AbstractGuiceConfiguration(Module...) - Constructor for class net.codestory.http.injection.AbstractGuiceConfiguration
 
AbstractSpringConfiguration - Class in net.codestory.http.injection
 
AbstractSpringConfiguration(Class<?>...) - Constructor for class net.codestory.http.injection.AbstractSpringConfiguration
 
AbstractWebServer<T extends AbstractWebServer<T>> - Class in net.codestory.http
 
AbstractWebServer() - Constructor for class net.codestory.http.AbstractWebServer
 
ACCEPT - Static variable in class net.codestory.http.constants.Headers
 
accept(Path) - Method in interface net.codestory.http.io.FileVisitor
 
ACCEPT_CHARSET - Static variable in class net.codestory.http.constants.Headers
 
ACCEPT_ENCODING - Static variable in class net.codestory.http.constants.Headers
 
ACCEPT_LANGUAGE - Static variable in class net.codestory.http.constants.Headers
 
ACCEPTED - Static variable in class net.codestory.http.constants.HttpStatus
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class net.codestory.http.constants.Headers
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class net.codestory.http.constants.Headers
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class net.codestory.http.constants.Headers
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class net.codestory.http.constants.Headers
 
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class net.codestory.http.constants.Headers
 
ACCESS_CONTROL_MAX_AGE - Static variable in class net.codestory.http.constants.Headers
 
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class net.codestory.http.constants.Headers
 
add(Class<?>) - Method in class net.codestory.http.routes.RouteCollection
 
add(String, Class<?>) - Method in class net.codestory.http.routes.RouteCollection
 
add(Object) - Method in class net.codestory.http.routes.RouteCollection
 
add(String, Object) - Method in class net.codestory.http.routes.RouteCollection
 
add(String, String, AnyRoute) - Method in class net.codestory.http.routes.RouteCollection
 
add(Class<?>) - Method in interface net.codestory.http.routes.Routes
 
add(String, Class<?>) - Method in interface net.codestory.http.routes.Routes
 
add(Object) - Method in interface net.codestory.http.routes.Routes
 
add(String, Object) - Method in interface net.codestory.http.routes.Routes
 
add(Class<?>) - Method in class net.codestory.http.routes.RoutesForwarder
 
add(String, Class<?>) - Method in class net.codestory.http.routes.RoutesForwarder
 
add(Object) - Method in class net.codestory.http.routes.RoutesForwarder
 
add(String, Object) - Method in class net.codestory.http.routes.RoutesForwarder
 
add(Class<?>) - Method in class net.codestory.http.routes.RoutesListener
 
add(String, Class<?>) - Method in class net.codestory.http.routes.RoutesListener
 
add(Object) - Method in class net.codestory.http.routes.RoutesListener
 
add(String, Object) - Method in class net.codestory.http.routes.RoutesListener
 
addHandlebarResolver(ValueResolver) - Method in class net.codestory.http.compilers.CompilerFacade
 
addResolver(ValueResolver) - Method in class net.codestory.http.templating.HandlebarsCompiler
 
addResource(String, Class<?>, Supplier<Object>) - Method in class net.codestory.http.routes.RouteCollection
 
addResource(String, Method, Supplier<Object>, String) - Method in class net.codestory.http.routes.RouteCollection
 
all(String) - Method in interface net.codestory.http.Query
 
ALLOW - Static variable in class net.codestory.http.constants.Headers
 
AllowCredentials - Annotation Type in net.codestory.http.annotations
 
AllowHeaders - Annotation Type in net.codestory.http.annotations
 
AllowMethods - Annotation Type in net.codestory.http.annotations
 
AllowOrigin - Annotation Type in net.codestory.http.annotations
 
AnnotationHelper - Class in net.codestory.http.annotations
 
AnnotationHelper.MethodAnnotationCallback - Interface in net.codestory.http.annotations
 
APP_FOLDER - Static variable in class net.codestory.http.io.Resources
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.filters.auth.CookieAuthFilter
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.filters.basic.BasicAuthFilter
 
apply(String, Context, PayloadSupplier) - Method in interface net.codestory.http.filters.Filter
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.filters.log.LogRequestFilter
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.filters.mixed.MixedAuthFilter
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.filters.roles.RoleFilter
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.filters.ssl.ClientCertificateAuthFilter
 
apply(String, Context, PayloadSupplier) - Method in class net.codestory.http.filters.twitter.TwitterAuthFilter
 
apply(K) - Method in class net.codestory.http.misc.Cache
 
apply(String, Context) - Method in interface net.codestory.http.routes.Route
 
apply(Context) - Method in class net.codestory.http.routes.RouteCollection
 
appPath() - Method in class net.codestory.http.misc.Env
 
AuthData - Class in net.codestory.http.filters.auth
 
AuthData() - Constructor for class net.codestory.http.filters.auth.AuthData
 
authenticate(String, String) - Method in interface net.codestory.http.filters.twitter.Authenticator
 
authenticate(String, String) - Method in class net.codestory.http.filters.twitter.FakeAuthenticator
 
authenticate(String, String) - Method in class net.codestory.http.filters.twitter.TwitterAuthenticator
 
AuthenticationException - Exception in net.codestory.http.filters.twitter
 
AuthenticationException(Throwable) - Constructor for exception net.codestory.http.filters.twitter.AuthenticationException
 
Authenticator - Interface in net.codestory.http.filters.twitter
 
AUTHORIZATION - Static variable in class net.codestory.http.constants.Headers
 

B

BAD_GATEWAY - Static variable in class net.codestory.http.constants.HttpStatus
 
BAD_REQUEST - Static variable in class net.codestory.http.constants.HttpStatus
 
badRequest() - Static method in class net.codestory.http.payload.Payload
 
BadRequestException - Exception in net.codestory.http.errors
 
BadRequestException() - Constructor for exception net.codestory.http.errors.BadRequestException
 
BasicAuthFilter - Class in net.codestory.http.filters.basic
 
BasicAuthFilter(String, String, Users) - Constructor for class net.codestory.http.filters.basic.BasicAuthFilter
 
BasicAuthFilter(String, String, Map<String, String>) - Constructor for class net.codestory.http.filters.basic.BasicAuthFilter
 
BasicResolver - Interface in net.codestory.http.templating
 
body(Context, String, String, String, String) - Method in interface net.codestory.http.routes.FourParamsRoute
 
body(Context, String[]) - Method in interface net.codestory.http.routes.FourParamsRoute
 
body() - Method in interface net.codestory.http.routes.NoParamRoute
 
body(Context, String[]) - Method in interface net.codestory.http.routes.NoParamRoute
 
body(Context) - Method in interface net.codestory.http.routes.NoParamRouteWithContext
 
body(Context, String[]) - Method in interface net.codestory.http.routes.NoParamRouteWithContext
 
body(Context, String) - Method in interface net.codestory.http.routes.OneParamRoute
 
body(Context, String[]) - Method in interface net.codestory.http.routes.OneParamRoute
 
body(Context) - Method in interface net.codestory.http.routes.Route
 
body(Context) - Method in class net.codestory.http.routes.SourceRoute
 
body(Context, String, String, String) - Method in interface net.codestory.http.routes.ThreeParamsRoute
 
body(Context, String[]) - Method in interface net.codestory.http.routes.ThreeParamsRoute
 
body(Context, String, String) - Method in interface net.codestory.http.routes.TwoParamsRoute
 
body(Context, String[]) - Method in interface net.codestory.http.routes.TwoParamsRoute
 

C

Cache<K,V> - Class in net.codestory.http.misc
 
Cache(Function<K, V>) - Constructor for class net.codestory.http.misc.Cache
 
CACHE_CONTROL - Static variable in class net.codestory.http.constants.Headers
 
CacheEntry - Interface in net.codestory.http.compilers
 
cachingOnDisk(File) - Static method in class net.codestory.http.logs.Logs
 
canCompile(String) - Method in class net.codestory.http.compilers.CompilerFacade
 
canCompile(String) - Method in class net.codestory.http.compilers.Compilers
 
catchAll(Object) - Method in class net.codestory.http.routes.RouteCollection
 
catchAll(NoParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
catchAll(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RouteCollection
 
catchAll(Object) - Method in interface net.codestory.http.routes.Routes
 
catchAll(NoParamRoute) - Method in interface net.codestory.http.routes.Routes
 
catchAll(NoParamRouteWithContext) - Method in interface net.codestory.http.routes.Routes
 
catchAll(Object) - Method in class net.codestory.http.routes.RoutesForwarder
 
catchAll(NoParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
catchAll(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesForwarder
 
catchAll(Object) - Method in class net.codestory.http.routes.RoutesListener
 
catchAll(NoParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
catchAll(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesListener
 
checkParametersCount(String, int) - Method in class net.codestory.http.routes.RouteCollection
 
ClassPaths - Class in net.codestory.http.io
 
ClassPaths() - Constructor for class net.codestory.http.io.ClassPaths
 
ClasspathScanner - Class in net.codestory.http.io
 
ClasspathScanner() - Constructor for class net.codestory.http.io.ClasspathScanner
 
clientAddress() - Method in class net.codestory.http.Context
 
clientAddress() - Method in interface net.codestory.http.Request
 
ClientCertificateAuthFilter - Class in net.codestory.http.filters.ssl
 
ClientCertificateAuthFilter(UserMapper) - Constructor for class net.codestory.http.filters.ssl.ClientCertificateAuthFilter
 
clone(T) - Static method in class net.codestory.http.io.SerializationUtils
 
close() - Method in class net.codestory.http.payload.PayloadWriter
 
close() - Method in interface net.codestory.http.Response
 
code() - Method in exception net.codestory.http.errors.HttpException
 
code() - Method in class net.codestory.http.payload.Payload
 
CoffeeCompiler - Class in net.codestory.http.compilers
 
CoffeeCompiler(boolean) - Constructor for class net.codestory.http.compilers.CoffeeCompiler
 
CoffeeSourceMapCompiler - Class in net.codestory.http.compilers
 
CoffeeSourceMapCompiler() - Constructor for class net.codestory.http.compilers.CoffeeSourceMapCompiler
 
compile(Path, String) - Method in class net.codestory.http.compilers.CoffeeCompiler
 
compile(Path, String) - Method in class net.codestory.http.compilers.CoffeeSourceMapCompiler
 
compile(Path, String) - Method in interface net.codestory.http.compilers.Compiler
 
compile(Path, String) - Method in class net.codestory.http.compilers.CompilerFacade
 
compile(Path, String) - Method in class net.codestory.http.compilers.Compilers
 
compile(Path, String) - Method in class net.codestory.http.compilers.LessCompiler
 
compile(Path, String) - Method in class net.codestory.http.compilers.MarkdownCompiler
 
compile(Path, String, Map<String, Object>) - Method in class net.codestory.http.compilers.NashornCompiler
 
compile(Path) - Method in class net.codestory.http.misc.PreCompile
 
compile(String, Map<String, ?>) - Method in class net.codestory.http.templating.HandlebarsCompiler
 
compiledExtension(String) - Method in class net.codestory.http.compilers.CompilerFacade
 
compiledExtension(String) - Method in class net.codestory.http.compilers.Compilers
 
CompiledPath - Class in net.codestory.http.compilers
 
CompiledPath(Path, Path) - Constructor for class net.codestory.http.compilers.CompiledPath
 
Compiler - Interface in net.codestory.http.compilers
 
compilerError(Exception) - Static method in class net.codestory.http.logs.Logs
 
CompilerException - Exception in net.codestory.http.compilers
 
CompilerException(String) - Constructor for exception net.codestory.http.compilers.CompilerException
 
CompilerFacade - Class in net.codestory.http.compilers
 
CompilerFacade(Env) - Constructor for class net.codestory.http.compilers.CompilerFacade
 
compilers - Variable in class net.codestory.http.compilers.CompilerFacade
 
Compilers - Class in net.codestory.http.compilers
 
Compilers(Env) - Constructor for class net.codestory.http.compilers.Compilers
 
compilers - Variable in class net.codestory.http.payload.PayloadWriter
 
compilers - Variable in class net.codestory.http.routes.RouteCollection
 
Configuration - Interface in net.codestory.http
 
ConfigurationOverride - Class in net.codestory.http.routes
 
ConfigurationOverride(Configuration) - Constructor for class net.codestory.http.routes.ConfigurationOverride
 
ConfigurationReloadingProxy - Class in net.codestory.http.reload
 
ConfigurationReloadingProxy(Class<? extends Configuration>) - Constructor for class net.codestory.http.reload.ConfigurationReloadingProxy
 
configure(Configuration) - Method in class net.codestory.http.AbstractWebServer
 
configure(Class<? extends Configuration>) - Method in class net.codestory.http.AbstractWebServer
 
configure(Routes) - Method in interface net.codestory.http.Configuration
 
configure(Routes) - Method in class net.codestory.http.injection.AbstractGuiceConfiguration
 
configure(Routes, Injector) - Method in class net.codestory.http.injection.AbstractGuiceConfiguration
 
configure(Routes) - Method in class net.codestory.http.injection.AbstractSpringConfiguration
 
configure(Routes, BeanFactory) - Method in class net.codestory.http.injection.AbstractSpringConfiguration
 
configure(Routes) - Method in class net.codestory.http.injection.GuiceConfiguration
 
configure(Routes) - Method in class net.codestory.http.reload.ConfigurationReloadingProxy
 
configure(Configuration) - Method in class net.codestory.http.routes.RouteCollection
 
configure(Consumer<Handlebars>) - Method in class net.codestory.http.templating.HandlebarsCompiler
 
configureCompilers(CompilerFacade, Env) - Method in interface net.codestory.http.extensions.Extensions
Called each time routes are loaded.
configureHandlebars(Consumer<Handlebars>) - Method in class net.codestory.http.compilers.CompilerFacade
 
configureOrReplaceMapper(Function<ObjectMapper, ObjectMapper>) - Static method in class net.codestory.http.convert.TypeConvert
 
configureOrReplaceObjectMapper(ObjectMapper, Env) - Method in interface net.codestory.http.extensions.Extensions
Called each time routes are loaded.
CONFLICT - Static variable in class net.codestory.http.constants.HttpStatus
 
CONNECT - Static variable in class net.codestory.http.constants.Methods
 
CONNECTION - Static variable in class net.codestory.http.constants.Headers
 
content() - Method in interface net.codestory.http.compilers.CacheEntry
 
content() - Method in class net.codestory.http.Context
 
content() - Method in interface net.codestory.http.Part
 
content() - Method in interface net.codestory.http.Request
 
CONTENT_DISPOSITION - Static variable in class net.codestory.http.constants.Headers
 
CONTENT_ENCODING - Static variable in class net.codestory.http.constants.Headers
 
CONTENT_ID - Static variable in class net.codestory.http.constants.Headers
 
CONTENT_LANGUAGE - Static variable in class net.codestory.http.constants.Headers
 
CONTENT_LENGTH - Static variable in class net.codestory.http.constants.Headers
 
CONTENT_LOCATION - Static variable in class net.codestory.http.constants.Headers
 
CONTENT_TYPE - Static variable in class net.codestory.http.constants.Headers
 
contentAs(Class<T>) - Method in class net.codestory.http.Context
 
contentAsString() - Method in class net.codestory.http.Context
 
contentType() - Method in interface net.codestory.http.Part
 
contentType() - Method in interface net.codestory.http.Request
 
ContentTypes - Class in net.codestory.http.types
 
Context - Class in net.codestory.http
 
Context(Request, Response, IocAdapter, Site) - Constructor for class net.codestory.http.Context
 
Context.CORSRequestType - Enum in net.codestory.http
 
convertValue(Object, Class<T>) - Static method in class net.codestory.http.convert.TypeConvert
 
convertValue(Object, Type) - Static method in class net.codestory.http.convert.TypeConvert
 
convertValue(Object, TypeReference<T>) - Static method in class net.codestory.http.convert.TypeConvert
 
COOKIE - Static variable in class net.codestory.http.constants.Headers
 
Cookie - Interface in net.codestory.http
 
CookieAuthFilter - Class in net.codestory.http.filters.auth
 
CookieAuthFilter(String, Users) - Constructor for class net.codestory.http.filters.auth.CookieAuthFilter
 
CookieAuthFilter(String, Users, SessionIdStore) - Constructor for class net.codestory.http.filters.auth.CookieAuthFilter
 
CookieAuthFilter(String, Users, SessionIdStore, String, String...) - Constructor for class net.codestory.http.filters.auth.CookieAuthFilter
 
cookies() - Method in class net.codestory.http.Context
 
Cookies - Interface in net.codestory.http
 
cookies() - Method in class net.codestory.http.payload.Payload
 
cookies() - Method in interface net.codestory.http.Request
 
copy(InputStream, OutputStream) - Static method in class net.codestory.http.io.InputStreams
 
corsRequestType() - Method in class net.codestory.http.Context
 
countMatches(String, String) - Static method in class net.codestory.http.io.Strings
 
create(List<Path>, Path, List<Path>) - Method in class net.codestory.http.ssl.SSLContextFactory
 
createContext(Request, Response, IocAdapter, Site) - Method in interface net.codestory.http.extensions.Extensions
Called each request.
createContext(Request, Response) - Method in class net.codestory.http.routes.RouteCollection
 
CREATED - Static variable in class net.codestory.http.constants.HttpStatus
 
created() - Static method in class net.codestory.http.payload.Payload
 
created(String) - Static method in class net.codestory.http.payload.Payload
 
createEnv() - Method in class net.codestory.http.AbstractWebServer
 
createHttpServer(Handler) - Method in class net.codestory.http.AbstractWebServer
 
createHttpServer(Handler) - Method in class net.codestory.http.WebServer
 
createPayloadWriter(Request, Response, Env, Site, CompilerFacade) - Method in interface net.codestory.http.extensions.Extensions
Called each request.
createPayloadWriter(Request, Response) - Method in class net.codestory.http.routes.RouteCollection
 
currentUser() - Method in class net.codestory.http.Context
 

D

DATE - Static variable in class net.codestory.http.constants.Headers
 
Dates - Class in net.codestory.http.misc
 
DEFAULT - Static variable in interface net.codestory.http.extensions.Extensions
 
DEFLATE - Static variable in class net.codestory.http.constants.Encodings
 
delegates() - Method in class net.codestory.http.routes.RoutesForwarder
 
Delete - Annotation Type in net.codestory.http.annotations
 
DELETE - Static variable in class net.codestory.http.constants.Methods
 
delete(String, NoParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
delete(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RouteCollection
 
delete(String, OneParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
delete(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
delete(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
delete(String, FourParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
delete(String, NoParamRoute) - Method in interface net.codestory.http.routes.Routes
 
delete(String, NoParamRouteWithContext) - Method in interface net.codestory.http.routes.Routes
 
delete(String, OneParamRoute) - Method in interface net.codestory.http.routes.Routes
 
delete(String, TwoParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
delete(String, ThreeParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
delete(String, FourParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
delete(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
delete(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesForwarder
 
delete(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
delete(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
delete(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
delete(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
delete(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
delete(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesListener
 
delete(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
delete(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
delete(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
delete(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
delete(NoParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
delete(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesWithPattern
 
delete(OneParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
delete(TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
delete(ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
delete(FourParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
Deletes - Annotation Type in net.codestory.http.annotations
 
disableClassPath() - Method in class net.codestory.http.misc.Env
 
disableFilesystem() - Method in class net.codestory.http.misc.Env
 
disableGzip() - Method in class net.codestory.http.misc.Env
 
DiskCache - Class in net.codestory.http.compilers
 
DiskCache(String, boolean) - Constructor for class net.codestory.http.compilers.DiskCache
 
domain() - Method in interface net.codestory.http.Cookie
 
domain() - Method in class net.codestory.http.NewCookie
 

E

each_reverse(Object, Options) - Method in class net.codestory.http.templating.helpers.EachReverseHelperSource
 
each_value(Object, Options) - Method in class net.codestory.http.templating.helpers.EachValueHelperSource
 
EachReverseHelperSource - Class in net.codestory.http.templating.helpers
 
EachReverseHelperSource() - Constructor for class net.codestory.http.templating.helpers.EachReverseHelperSource
 
EachValueHelperSource - Class in net.codestory.http.templating.helpers
 
EachValueHelperSource() - Constructor for class net.codestory.http.templating.helpers.EachValueHelperSource
 
Encodings - Class in net.codestory.http.constants
 
env - Variable in class net.codestory.http.AbstractWebServer
 
Env - Class in net.codestory.http.misc
 
Env() - Constructor for class net.codestory.http.misc.Env
 
Env(boolean, boolean, boolean, boolean) - Constructor for class net.codestory.http.misc.Env
 
env - Variable in class net.codestory.http.payload.PayloadWriter
 
env - Variable in class net.codestory.http.routes.RouteCollection
 
errorPage(Payload) - Method in class net.codestory.http.AbstractWebServer
 
errorPage(Exception) - Method in class net.codestory.http.AbstractWebServer
 
errorPage(Payload, Exception) - Method in class net.codestory.http.AbstractWebServer
 
ErrorPage - Class in net.codestory.http.errors
 
ErrorPage(Payload, Exception) - Constructor for class net.codestory.http.errors.ErrorPage
 
ETAG - Static variable in class net.codestory.http.constants.Headers
 
etag(byte[]) - Method in class net.codestory.http.payload.PayloadWriter
 
exists(Path) - Static method in class net.codestory.http.io.Resources
 
EXPECTATION_FAILED - Static variable in class net.codestory.http.constants.HttpStatus
 
EXPIRES - Static variable in class net.codestory.http.constants.Headers
 
expiry() - Method in interface net.codestory.http.Cookie
 
expiry() - Method in class net.codestory.http.NewCookie
 
ExposeHeaders - Annotation Type in net.codestory.http.annotations
 
extension(Path) - Static method in class net.codestory.http.io.Resources
 
extension(String) - Static method in class net.codestory.http.io.Strings
 
Extensions - Interface in net.codestory.http.extensions
 
extensions - Variable in class net.codestory.http.routes.RouteCollection
 
extensionsThatCompileTo(String) - Method in class net.codestory.http.compilers.CompilerFacade
 
extensionsThatCompileTo(String) - Method in class net.codestory.http.compilers.Compilers
 
extract(Type) - Method in class net.codestory.http.Context
 
ExtractWebjars - Class in net.codestory.http.misc
 
ExtractWebjars() - Constructor for class net.codestory.http.misc.ExtractWebjars
 

F

FakeAuthenticator - Class in net.codestory.http.filters.twitter
 
FakeAuthenticator() - Constructor for class net.codestory.http.filters.twitter.FakeAuthenticator
 
fileName() - Method in interface net.codestory.http.Part
 
FileVisitor - Interface in net.codestory.http.io
 
Filter - Interface in net.codestory.http.filters
 
filter(Class<? extends Filter>) - Method in class net.codestory.http.routes.RouteCollection
 
filter(Filter) - Method in class net.codestory.http.routes.RouteCollection
 
filter(Class<? extends Filter>) - Method in interface net.codestory.http.routes.Routes
 
filter(Filter) - Method in interface net.codestory.http.routes.Routes
 
filter(Class<? extends Filter>) - Method in class net.codestory.http.routes.RoutesForwarder
 
filter(Filter) - Method in class net.codestory.http.routes.RoutesForwarder
 
filter(Class<? extends Filter>) - Method in class net.codestory.http.routes.RoutesListener
 
filter(Filter) - Method in class net.codestory.http.routes.RoutesListener
 
filters - Variable in class net.codestory.http.routes.RouteCollection
 
find(String, String) - Method in interface net.codestory.http.security.Users
 
find(String) - Method in interface net.codestory.http.security.Users
 
findExistingPath(String, String) - Static method in class net.codestory.http.io.Resources
 
findExistingPath(String) - Static method in class net.codestory.http.io.Resources
 
findPath(String, String) - Method in class net.codestory.http.routes.SourceRoute
 
findRole(String) - Method in class net.codestory.http.filters.roles.RoleFilter
 
fixed(Env, Configuration) - Static method in interface net.codestory.http.reload.RoutesProvider
 
FORBIDDEN - Static variable in class net.codestory.http.constants.HttpStatus
 
forbidden() - Static method in class net.codestory.http.payload.Payload
 
ForbiddenException - Exception in net.codestory.http.errors
 
ForbiddenException() - Constructor for exception net.codestory.http.errors.ForbiddenException
 
forCompiledPath(CompiledPath) - Method in class net.codestory.http.payload.PayloadWriter
 
forLogin(String) - Static method in interface net.codestory.http.security.User
 
forMap(Map<String, String>) - Static method in interface net.codestory.http.security.Users
 
forModelAndView(ModelAndView) - Method in class net.codestory.http.payload.PayloadWriter
 
forPath(Path) - Method in class net.codestory.http.payload.PayloadWriter
 
forString(String) - Method in class net.codestory.http.payload.PayloadWriter
 
forTemplatePath(Path) - Method in class net.codestory.http.payload.PayloadWriter
 
FOUND - Static variable in class net.codestory.http.constants.HttpStatus
 
FourParamsRoute - Interface in net.codestory.http.routes
 
fromFile(File) - Static method in interface net.codestory.http.compilers.CacheEntry
 
fromJson(String, Class<T>) - Static method in class net.codestory.http.convert.TypeConvert
 
fromJson(String, Type) - Static method in class net.codestory.http.convert.TypeConvert
 
fromJson(String, TypeReference<T>) - Static method in class net.codestory.http.convert.TypeConvert
 
fromString(String) - Static method in interface net.codestory.http.compilers.CacheEntry
 
fromURL(URL) - Static method in class net.codestory.http.io.ClassPaths
 

G

GATEWAY_TIMEOUT - Static variable in class net.codestory.http.constants.HttpStatus
 
Get - Annotation Type in net.codestory.http.annotations
 
GET - Static variable in class net.codestory.http.constants.Methods
 
get(String) - Method in class net.codestory.http.Context
 
get(String) - Method in interface net.codestory.http.Cookies
 
get() - Method in interface net.codestory.http.filters.PayloadSupplier
 
get(Class<T>) - Method in class net.codestory.http.injection.GuiceAdapter
 
get(Class<T>) - Method in interface net.codestory.http.injection.IocAdapter
 
get(Class<T>) - Method in class net.codestory.http.injection.Singletons
 
get(Class<T>) - Method in class net.codestory.http.injection.SpringAdapter
 
get() - Method in class net.codestory.http.misc.MemoizingSupplier
 
get(String) - Method in interface net.codestory.http.Query
 
get() - Method in interface net.codestory.http.reload.RoutesProvider
 
get(String, Object) - Method in class net.codestory.http.routes.RouteCollection
 
get(String, NoParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
get(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RouteCollection
 
get(String, OneParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
get(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
get(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
get(String, FourParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
get(String, Object) - Method in interface net.codestory.http.routes.Routes
 
get(String, NoParamRoute) - Method in interface net.codestory.http.routes.Routes
 
get(String, NoParamRouteWithContext) - Method in interface net.codestory.http.routes.Routes
 
get(String, OneParamRoute) - Method in interface net.codestory.http.routes.Routes
 
get(String, TwoParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
get(String, ThreeParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
get(String, FourParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
get(String, Object) - Method in class net.codestory.http.routes.RoutesForwarder
 
get(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
get(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesForwarder
 
get(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
get(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
get(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
get(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
get(String, Object) - Method in class net.codestory.http.routes.RoutesListener
 
get(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
get(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesListener
 
get(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
get(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
get(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
get(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
get(Object) - Method in class net.codestory.http.routes.RoutesWithPattern
 
get(NoParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
get(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesWithPattern
 
get(OneParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
get(TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
get(ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
get(FourParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
get(String) - Method in class net.codestory.http.templating.Model
 
get(String) - Method in class net.codestory.http.templating.ModelAndView
 
get(String) - Method in class net.codestory.http.templating.Site
 
get(Path) - Static method in class net.codestory.http.types.ContentTypes
 
getAs(String, Class<T>) - Method in class net.codestory.http.templating.Site
 
getAuthenticateURI(String) - Method in interface net.codestory.http.filters.twitter.Authenticator
 
getAuthenticateURI(String) - Method in class net.codestory.http.filters.twitter.FakeAuthenticator
 
getAuthenticateURI(String) - Method in class net.codestory.http.filters.twitter.TwitterAuthenticator
 
getBean(Class<T>) - Method in class net.codestory.http.Context
 
getBoolean(String) - Method in interface net.codestory.http.Query
 
getCategories() - Method in class net.codestory.http.templating.Site
 
getContent() - Method in class net.codestory.http.templating.YamlFrontMatter
 
getContentType(Object, String) - Method in class net.codestory.http.payload.PayloadWriter
 
getData(Object, String) - Method in class net.codestory.http.payload.PayloadWriter
 
getData() - Method in class net.codestory.http.templating.Site
 
getDouble(String) - Method in interface net.codestory.http.Query
 
getFloat(String) - Method in interface net.codestory.http.Query
 
getInteger(String) - Method in interface net.codestory.http.Query
 
getLastModified(Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
getLogin(String) - Method in interface net.codestory.http.security.SessionIdStore
 
getLong(String) - Method in interface net.codestory.http.Query
 
getPages() - Method in class net.codestory.http.templating.Site
 
getPath() - Method in class net.codestory.http.templating.YamlFrontMatter
 
getReponsePath() - Method in class net.codestory.http.compilers.CompiledPath
 
getResource(String) - Static method in class net.codestory.http.io.ClassPaths
 
getResourceAsStream(String) - Static method in class net.codestory.http.io.InputStreams
 
getResourceList() - Method in class net.codestory.http.templating.Site
 
getResources(Path) - Method in class net.codestory.http.io.ClasspathScanner
 
Gets - Annotation Type in net.codestory.http.annotations
 
getSourcePath() - Method in class net.codestory.http.compilers.CompiledPath
 
getTags() - Method in class net.codestory.http.templating.Site
 
getUrls(ClassLoader) - Static method in class net.codestory.http.io.ClassPaths
 
getVariables() - Method in class net.codestory.http.templating.YamlFrontMatter
 
GONE - Static variable in class net.codestory.http.constants.HttpStatus
 
google_analytics(Object, Options) - Method in class net.codestory.http.templating.helpers.GoogleAnalyticsHelper
 
GoogleAnalyticsHelper - Class in net.codestory.http.templating.helpers
 
GoogleAnalyticsHelper(String) - Constructor for class net.codestory.http.templating.helpers.GoogleAnalyticsHelper
 
GoogleAnalyticsHelper() - Constructor for class net.codestory.http.templating.helpers.GoogleAnalyticsHelper
 
GuiceAdapter - Class in net.codestory.http.injection
 
GuiceAdapter(Injector) - Constructor for class net.codestory.http.injection.GuiceAdapter
 
GuiceAdapter(Module...) - Constructor for class net.codestory.http.injection.GuiceAdapter
 
GuiceConfiguration - Class in net.codestory.http.injection
 
GuiceConfiguration(Module, Configuration) - Constructor for class net.codestory.http.injection.GuiceConfiguration
 
GZIP - Static variable in class net.codestory.http.constants.Encodings
 

H

handle(Request, Response) - Method in class net.codestory.http.AbstractWebServer
 
handle(Request, Response) - Method in interface net.codestory.http.internal.Handler
 
handle(Request, Response) - Method in class net.codestory.http.internal.SimpleServerWrapper
 
handlebar(String, Map<String, ?>) - Method in class net.codestory.http.compilers.CompilerFacade
 
handlebars - Variable in class net.codestory.http.compilers.CompilerFacade
 
HandlebarsCompiler - Class in net.codestory.http.templating
 
HandlebarsCompiler(Compilers) - Constructor for class net.codestory.http.templating.HandlebarsCompiler
 
Handler - Interface in net.codestory.http.internal
 
handleServerError(PayloadWriter, Exception) - Method in class net.codestory.http.AbstractWebServer
 
Head - Annotation Type in net.codestory.http.annotations
 
HEAD - Static variable in class net.codestory.http.constants.Methods
 
head(String, Object) - Method in class net.codestory.http.routes.RouteCollection
 
head(String, NoParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
head(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RouteCollection
 
head(String, OneParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
head(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
head(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
head(String, FourParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
head(String, Object) - Method in interface net.codestory.http.routes.Routes
 
head(String, NoParamRoute) - Method in interface net.codestory.http.routes.Routes
 
head(String, NoParamRouteWithContext) - Method in interface net.codestory.http.routes.Routes
 
head(String, OneParamRoute) - Method in interface net.codestory.http.routes.Routes
 
head(String, TwoParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
head(String, ThreeParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
head(String, FourParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
head(String, Object) - Method in class net.codestory.http.routes.RoutesForwarder
 
head(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
head(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesForwarder
 
head(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
head(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
head(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
head(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
head(String, Object) - Method in class net.codestory.http.routes.RoutesListener
 
head(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
head(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesListener
 
head(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
head(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
head(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
head(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
head(Object) - Method in class net.codestory.http.routes.RoutesWithPattern
 
head(NoParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
head(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesWithPattern
 
head(OneParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
head(TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
head(ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
head(FourParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
header(String) - Method in class net.codestory.http.Context
 
header(String) - Method in interface net.codestory.http.Part
 
header(String) - Method in interface net.codestory.http.Request
 
header(String, String) - Method in interface net.codestory.http.Request
 
headerNames() - Method in interface net.codestory.http.Request
 
Headers - Class in net.codestory.http.constants
 
headers(String) - Method in class net.codestory.http.Context
 
headers() - Method in class net.codestory.http.payload.Payload
 
headers(String) - Method in interface net.codestory.http.Request
 
headers() - Method in interface net.codestory.http.Request
 
Heads - Annotation Type in net.codestory.http.annotations
 
Hexa - Class in net.codestory.http.misc
 
Hexa() - Constructor for class net.codestory.http.misc.Hexa
 
HOST - Static variable in class net.codestory.http.constants.Headers
 
HttpException - Exception in net.codestory.http.errors
 
HttpException(int) - Constructor for exception net.codestory.http.errors.HttpException
 
HttpServerWrapper - Interface in net.codestory.http.internal
 
HttpStatus - Class in net.codestory.http.constants
 

I

IF_MATCH - Static variable in class net.codestory.http.constants.Headers
 
IF_MODIFIED_SINCE - Static variable in class net.codestory.http.constants.Headers
 
IF_NONE_MATCH - Static variable in class net.codestory.http.constants.Headers
 
IF_UNMODIFIED_SINCE - Static variable in class net.codestory.http.constants.Headers
 
inMemory() - Static method in interface net.codestory.http.security.SessionIdStore
 
inputStream() - Method in interface net.codestory.http.Part
 
inputStream() - Method in interface net.codestory.http.Request
 
InputStreams - Class in net.codestory.http.io
 
INTERNAL_SERVER_ERROR - Static variable in class net.codestory.http.constants.HttpStatus
 
IocAdapter - Interface in net.codestory.http.injection
 
iocAdapter - Variable in class net.codestory.http.routes.RouteCollection
 
isCORS() - Method in class net.codestory.http.Context
 
isError() - Method in class net.codestory.http.payload.Payload
 
isFile() - Method in interface net.codestory.http.Part
 
isHttpOnly() - Method in interface net.codestory.http.Cookie
 
isHttpOnly() - Method in class net.codestory.http.NewCookie
 
isInRole(String) - Method in interface net.codestory.http.security.User
 
isNew() - Method in interface net.codestory.http.Cookie
 
isNew() - Method in class net.codestory.http.NewCookie
 
isPreflight() - Method in class net.codestory.http.Context
 
isPublic(Path) - Static method in class net.codestory.http.io.Resources
 
isSecure() - Method in interface net.codestory.http.Cookie
 
isSecure() - Method in class net.codestory.http.NewCookie
 
isSecure() - Method in interface net.codestory.http.Request
 
isStream(Object) - Method in class net.codestory.http.payload.PayloadWriter
 
isSuccess() - Method in class net.codestory.http.payload.Payload
 
isUrlEncodedForm() - Method in class net.codestory.http.Context
 

K

keys() - Method in interface net.codestory.http.Query
 
keyValues() - Method in interface net.codestory.http.Cookies
 
keyValues() - Method in interface net.codestory.http.Query
 
keyValues() - Method in class net.codestory.http.templating.Model
 

L

LAST_MODIFIED - Static variable in class net.codestory.http.constants.Headers
 
LENGTH_REQUIRED - Static variable in class net.codestory.http.constants.HttpStatus
 
LessCompiler - Class in net.codestory.http.compilers
 
LessCompiler(boolean) - Constructor for class net.codestory.http.compilers.LessCompiler
 
LINK - Static variable in class net.codestory.http.constants.Headers
 
loadClass(String, boolean) - Method in class net.codestory.http.reload.ParentLastClassLoader
 
LOCATION - Static variable in class net.codestory.http.constants.Headers
 
login - Variable in class net.codestory.http.filters.auth.AuthData
 
login() - Method in interface net.codestory.http.security.User
 
LogRequestFilter - Class in net.codestory.http.filters.log
 
LogRequestFilter() - Constructor for class net.codestory.http.filters.log.LogRequestFilter
 
Logs - Class in net.codestory.http.logs
 

M

main(String[]) - Static method in class net.codestory.http.misc.ExtractWebjars
 
main(String[]) - Static method in class net.codestory.http.misc.PreCompile
 
main(String[]) - Static method in class net.codestory.http.WebServer
 
ManyOptions - Annotation Type in net.codestory.http.annotations
 
map(Context) - Method in interface net.codestory.http.filters.ssl.UserMapper
 
MarkdownCompiler - Class in net.codestory.http.compilers
 
MarkdownCompiler() - Constructor for class net.codestory.http.compilers.MarkdownCompiler
 
matches(String, Context) - Method in class net.codestory.http.filters.auth.CookieAuthFilter
 
matches(String, Context) - Method in class net.codestory.http.filters.basic.BasicAuthFilter
 
matches(String, Context) - Method in interface net.codestory.http.filters.Filter
 
matches(String, Context) - Method in class net.codestory.http.filters.mixed.MixedAuthFilter
 
matches(String, Context) - Method in class net.codestory.http.filters.twitter.TwitterAuthFilter
 
matches(String) - Method in class net.codestory.http.routes.UriParser
 
matchMethod(String) - Method in interface net.codestory.http.routes.Route
 
matchMethod(String) - Method in class net.codestory.http.routes.SourceRoute
 
matchUri(String) - Method in interface net.codestory.http.routes.Route
 
matchUri(String) - Method in class net.codestory.http.routes.SourceRoute
 
MaxAge - Annotation Type in net.codestory.http.annotations
 
Md5 - Class in net.codestory.http.misc
 
memoize(Supplier<T>) - Static method in class net.codestory.http.misc.MemoizingSupplier
 
MemoizingSupplier<T> - Class in net.codestory.http.misc
 
method() - Method in class net.codestory.http.Context
 
method() - Method in interface net.codestory.http.Request
 
METHOD_NOT_ALLOWED - Static variable in class net.codestory.http.constants.HttpStatus
 
methodNotAllowed() - Static method in class net.codestory.http.payload.Payload
 
Methods - Class in net.codestory.http.constants
 
MixedAuthFilter - Class in net.codestory.http.filters.mixed
 
MixedAuthFilter(String, String, Users, SessionIdStore) - Constructor for class net.codestory.http.filters.mixed.MixedAuthFilter
 
mode(boolean) - Static method in class net.codestory.http.logs.Logs
 
Model - Class in net.codestory.http.templating
 
model() - Method in class net.codestory.http.templating.ModelAndView
 
ModelAndView - Class in net.codestory.http.templating
 
MOVED_PERMANENTLY - Static variable in class net.codestory.http.constants.HttpStatus
 
movedPermanently(String) - Static method in class net.codestory.http.payload.Payload
 
MULTIPLE_CHOICES - Static variable in class net.codestory.http.constants.HttpStatus
 

N

name() - Method in interface net.codestory.http.Cookie
 
name() - Method in class net.codestory.http.NewCookie
 
name() - Method in interface net.codestory.http.Part
 
name() - Method in interface net.codestory.http.security.User
 
NashornCompiler - Class in net.codestory.http.compilers
 
net.codestory.http - package net.codestory.http
 
net.codestory.http.annotations - package net.codestory.http.annotations
 
net.codestory.http.compilers - package net.codestory.http.compilers
 
net.codestory.http.constants - package net.codestory.http.constants
 
net.codestory.http.convert - package net.codestory.http.convert
 
net.codestory.http.errors - package net.codestory.http.errors
 
net.codestory.http.extensions - package net.codestory.http.extensions
 
net.codestory.http.filters - package net.codestory.http.filters
 
net.codestory.http.filters.auth - package net.codestory.http.filters.auth
 
net.codestory.http.filters.basic - package net.codestory.http.filters.basic
 
net.codestory.http.filters.log - package net.codestory.http.filters.log
 
net.codestory.http.filters.mixed - package net.codestory.http.filters.mixed
 
net.codestory.http.filters.roles - package net.codestory.http.filters.roles
 
net.codestory.http.filters.ssl - package net.codestory.http.filters.ssl
 
net.codestory.http.filters.twitter - package net.codestory.http.filters.twitter
 
net.codestory.http.injection - package net.codestory.http.injection
 
net.codestory.http.internal - package net.codestory.http.internal
 
net.codestory.http.io - package net.codestory.http.io
 
net.codestory.http.logs - package net.codestory.http.logs
 
net.codestory.http.misc - package net.codestory.http.misc
 
net.codestory.http.payload - package net.codestory.http.payload
 
net.codestory.http.reload - package net.codestory.http.reload
 
net.codestory.http.routes - package net.codestory.http.routes
 
net.codestory.http.security - package net.codestory.http.security
 
net.codestory.http.ssl - package net.codestory.http.ssl
 
net.codestory.http.templating - package net.codestory.http.templating
 
net.codestory.http.templating.helpers - package net.codestory.http.templating.helpers
 
net.codestory.http.types - package net.codestory.http.types
 
NewCookie - Class in net.codestory.http
 
NewCookie(String, String) - Constructor for class net.codestory.http.NewCookie
 
NewCookie(String, String, boolean) - Constructor for class net.codestory.http.NewCookie
 
NewCookie(String, String, String) - Constructor for class net.codestory.http.NewCookie
 
NewCookie(String, String, String, boolean) - Constructor for class net.codestory.http.NewCookie
 
NO_CONTENT - Static variable in class net.codestory.http.constants.HttpStatus
 
NO_ROUTE - Static variable in interface net.codestory.http.Configuration
 
noCache(String) - Static method in interface net.codestory.http.compilers.CacheEntry
 
NoParamRoute - Interface in net.codestory.http.routes
 
NoParamRouteWithContext - Interface in net.codestory.http.routes
 
NOT_ACCEPTABLE - Static variable in class net.codestory.http.constants.HttpStatus
 
NOT_FOUND - Static variable in class net.codestory.http.constants.HttpStatus
 
NOT_IMPLEMENTED - Static variable in class net.codestory.http.constants.HttpStatus
 
NOT_MODIFIED - Static variable in class net.codestory.http.constants.HttpStatus
 
notFound() - Static method in class net.codestory.http.payload.Payload
 
NotFoundException - Exception in net.codestory.http.errors
 
NotFoundException() - Constructor for exception net.codestory.http.errors.NotFoundException
 
notFoundIfNull(T) - Static method in exception net.codestory.http.errors.NotFoundException
 
notModified() - Static method in class net.codestory.http.payload.Payload
 

O

of(byte[]) - Static method in class net.codestory.http.misc.Md5
 
of(byte[]) - Static method in class net.codestory.http.misc.Sha1
 
of(String) - Static method in class net.codestory.http.misc.Sha1
 
of() - Static method in class net.codestory.http.templating.Model
 
of(String, Object) - Static method in class net.codestory.http.templating.Model
 
of(String, Object, String, Object) - Static method in class net.codestory.http.templating.Model
 
of(String, Object, String, Object, String, Object) - Static method in class net.codestory.http.templating.Model
 
of(String, Object, String, Object, String, Object, String, Object) - Static method in class net.codestory.http.templating.Model
 
of(String, Model) - Static method in class net.codestory.http.templating.ModelAndView
 
of(String) - Static method in class net.codestory.http.templating.ModelAndView
 
of(String, String, Object) - Static method in class net.codestory.http.templating.ModelAndView
 
of(String, String, Object, String, Object) - Static method in class net.codestory.http.templating.ModelAndView
 
of(String, String, Object, String, Object, String, Object) - Static method in class net.codestory.http.templating.ModelAndView
 
of(String, String, Object, String, Object, String, Object, String, Object) - Static method in class net.codestory.http.templating.ModelAndView
 
OK - Static variable in class net.codestory.http.constants.HttpStatus
 
ok() - Static method in class net.codestory.http.payload.Payload
 
onCreate(Injector) - Method in class net.codestory.http.injection.AbstractGuiceConfiguration
 
onCreate(BeanFactory) - Method in class net.codestory.http.injection.AbstractSpringConfiguration
 
onCreateInjector(Injector) - Method in class net.codestory.http.injection.GuiceConfiguration
 
onDirectory(FileVisitor) - Static method in interface net.codestory.http.io.FileVisitor
 
OneParamRoute - Interface in net.codestory.http.routes
 
onFile(FileVisitor) - Static method in interface net.codestory.http.io.FileVisitor
 
onMethod(String, String, Method) - Method in interface net.codestory.http.annotations.AnnotationHelper.MethodAnnotationCallback
 
Options - Annotation Type in net.codestory.http.annotations
 
OPTIONS - Static variable in class net.codestory.http.constants.Methods
 
options(String, Object) - Method in class net.codestory.http.routes.RouteCollection
 
options(String, NoParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
options(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RouteCollection
 
options(String, OneParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
options(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
options(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
options(String, FourParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
options(String, Object) - Method in interface net.codestory.http.routes.Routes
 
options(String, NoParamRoute) - Method in interface net.codestory.http.routes.Routes
 
options(String, NoParamRouteWithContext) - Method in interface net.codestory.http.routes.Routes
 
options(String, OneParamRoute) - Method in interface net.codestory.http.routes.Routes
 
options(String, TwoParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
options(String, ThreeParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
options(String, FourParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
options(String, Object) - Method in class net.codestory.http.routes.RoutesForwarder
 
options(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
options(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesForwarder
 
options(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
options(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
options(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
options(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
options(String, Object) - Method in class net.codestory.http.routes.RoutesListener
 
options(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
options(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesListener
 
options(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
options(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
options(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
options(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
options(Object) - Method in class net.codestory.http.routes.RoutesWithPattern
 
options(NoParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
options(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesWithPattern
 
options(OneParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
options(TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
options(ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
options(FourParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
ORIGIN - Static variable in class net.codestory.http.constants.Headers
 
outputStream() - Method in interface net.codestory.http.Response
 
overriddenPort(int) - Method in class net.codestory.http.misc.Env
 
override(Configuration) - Static method in interface net.codestory.http.Configuration
 

P

params(String, Query) - Method in class net.codestory.http.routes.UriParser
 
paramsCount(String) - Static method in class net.codestory.http.routes.UriParser
 
ParentLastClassLoader - Class in net.codestory.http.reload
 
ParentLastClassLoader(ClassLoader) - Constructor for class net.codestory.http.reload.ParentLastClassLoader
 
parse(Path) - Static method in class net.codestory.http.templating.YamlFrontMatter
 
parse(Path, String) - Static method in class net.codestory.http.templating.YamlFrontMatter
 
parse(String) - Method in enum net.codestory.http.templating.YamlParser
 
parse_rfc_1123(String) - Static method in class net.codestory.http.misc.Dates
 
parseAnnotations(String, Class<?>, AnnotationHelper.MethodAnnotationCallback) - Static method in class net.codestory.http.annotations.AnnotationHelper
 
parseMap(String) - Method in enum net.codestory.http.templating.YamlParser
 
Part - Interface in net.codestory.http
 
PARTIAL_CONTENT - Static variable in class net.codestory.http.constants.HttpStatus
 
parts() - Method in class net.codestory.http.Context
 
parts() - Method in interface net.codestory.http.Request
 
path() - Method in interface net.codestory.http.Cookie
 
path() - Method in class net.codestory.http.NewCookie
 
payload() - Method in class net.codestory.http.errors.ErrorPage
 
Payload - Class in net.codestory.http.payload
 
Payload(Object) - Constructor for class net.codestory.http.payload.Payload
 
Payload(String, Object) - Constructor for class net.codestory.http.payload.Payload
 
Payload(int) - Constructor for class net.codestory.http.payload.Payload
 
Payload(String, Object, int) - Constructor for class net.codestory.http.payload.Payload
 
PayloadSupplier - Interface in net.codestory.http.filters
 
PayloadWriter - Class in net.codestory.http.payload
 
PayloadWriter(Request, Response, Env, Site, CompilerFacade) - Constructor for class net.codestory.http.payload.PayloadWriter
 
PAYMENT_REQUIRED - Static variable in class net.codestory.http.constants.HttpStatus
 
port - Variable in class net.codestory.http.AbstractWebServer
 
port() - Method in class net.codestory.http.AbstractWebServer
 
Post - Annotation Type in net.codestory.http.annotations
 
POST - Static variable in class net.codestory.http.constants.Methods
 
post(String, NoParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
post(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RouteCollection
 
post(String, OneParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
post(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
post(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
post(String, FourParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
post(String, NoParamRoute) - Method in interface net.codestory.http.routes.Routes
 
post(String, NoParamRouteWithContext) - Method in interface net.codestory.http.routes.Routes
 
post(String, OneParamRoute) - Method in interface net.codestory.http.routes.Routes
 
post(String, TwoParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
post(String, ThreeParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
post(String, FourParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
post(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
post(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesForwarder
 
post(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
post(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
post(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
post(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
post(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
post(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesListener
 
post(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
post(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
post(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
post(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
post(NoParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
post(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesWithPattern
 
post(OneParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
post(TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
post(ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
post(FourParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
Posts - Annotation Type in net.codestory.http.annotations
 
PreCompile - Class in net.codestory.http.misc
 
PreCompile(Env) - Constructor for class net.codestory.http.misc.PreCompile
 
preCompile(String, String) - Method in class net.codestory.http.misc.PreCompile
 
PRECONDITION_FAILED - Static variable in class net.codestory.http.constants.HttpStatus
 
Prefix - Annotation Type in net.codestory.http.annotations
 
printKnownWebjars(Collection<String>) - Static method in class net.codestory.http.logs.Logs
 
prodMode() - Method in class net.codestory.http.misc.Env
 
Produces - Annotation Type in net.codestory.http.annotations
 
propertySet(Object) - Method in interface net.codestory.http.templating.BasicResolver
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in class net.codestory.http.constants.HttpStatus
 
Put - Annotation Type in net.codestory.http.annotations
 
PUT - Static variable in class net.codestory.http.constants.Methods
 
put(String, NoParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
put(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RouteCollection
 
put(String, OneParamRoute) - Method in class net.codestory.http.routes.RouteCollection
 
put(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
put(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
put(String, FourParamsRoute) - Method in class net.codestory.http.routes.RouteCollection
 
put(String, NoParamRoute) - Method in interface net.codestory.http.routes.Routes
 
put(String, NoParamRouteWithContext) - Method in interface net.codestory.http.routes.Routes
 
put(String, OneParamRoute) - Method in interface net.codestory.http.routes.Routes
 
put(String, TwoParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
put(String, ThreeParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
put(String, FourParamsRoute) - Method in interface net.codestory.http.routes.Routes
 
put(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
put(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesForwarder
 
put(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
put(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
put(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
put(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesForwarder
 
put(String, NoParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
put(String, NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesListener
 
put(String, OneParamRoute) - Method in class net.codestory.http.routes.RoutesListener
 
put(String, TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
put(String, ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
put(String, FourParamsRoute) - Method in class net.codestory.http.routes.RoutesListener
 
put(NoParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
put(NoParamRouteWithContext) - Method in class net.codestory.http.routes.RoutesWithPattern
 
put(OneParamRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
put(TwoParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
put(ThreeParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
put(FourParamsRoute) - Method in class net.codestory.http.routes.RoutesWithPattern
 
put(String, String) - Method in interface net.codestory.http.security.SessionIdStore
 
Puts - Annotation Type in net.codestory.http.annotations
 

Q

query() - Method in class net.codestory.http.Context
 
Query - Interface in net.codestory.http
 
query() - Method in interface net.codestory.http.Request
 

R

rawContent() - Method in class net.codestory.http.payload.Payload
 
rawContentType() - Method in class net.codestory.http.payload.Payload
 
read(InputStream, InputStreams.ForBytes<T>) - Static method in class net.codestory.http.io.InputStreams
 
read(Path, Charset) - Static method in class net.codestory.http.io.Resources
 
readBytes(InputStream) - Static method in class net.codestory.http.io.InputStreams
 
readBytes(Path) - Static method in class net.codestory.http.io.Resources
 
readString(InputStream, Charset) - Static method in class net.codestory.http.io.InputStreams
 
redirectAfterLogin - Variable in class net.codestory.http.filters.auth.AuthData
 
register(Supplier<Compiler>, String, String, String...) - Method in class net.codestory.http.compilers.Compilers
 
register(Class<? extends T>, T) - Method in class net.codestory.http.injection.Singletons
 
registerCompiler(Supplier<Compiler>, String, String, String...) - Method in class net.codestory.http.compilers.CompilerFacade
 
relativePath(Path, Path) - Static method in class net.codestory.http.io.Resources
 
reloading(Env, Configuration) - Static method in interface net.codestory.http.reload.RoutesProvider
 
reloadingConfiguration() - Static method in class net.codestory.http.logs.Logs
 
remove(String) - Method in interface net.codestory.http.security.SessionIdStore
 
render(Map<String, ?>, CompilerFacade) - Method in class net.codestory.http.templating.Template
 
replaceLast(String, String, String) - Static method in class net.codestory.http.io.Strings
 
request() - Method in class net.codestory.http.Context
 
request - Variable in class net.codestory.http.payload.PayloadWriter
 
Request - Interface in net.codestory.http
 
REQUEST_ENTITY_TOO_LARGE - Static variable in class net.codestory.http.constants.HttpStatus
 
REQUEST_TIMEOUT - Static variable in class net.codestory.http.constants.HttpStatus
 
REQUEST_URI_TOO_LONG - Static variable in class net.codestory.http.constants.HttpStatus
 
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class net.codestory.http.constants.HttpStatus
 
resolve(Object, String) - Method in interface net.codestory.http.templating.BasicResolver
 
Resources - Class in net.codestory.http.io
 
response() - Method in class net.codestory.http.Context
 
response - Variable in class net.codestory.http.payload.PayloadWriter
 
Response - Interface in net.codestory.http
 
RETRY_AFTER - Static variable in class net.codestory.http.constants.Headers
 
RoleFilter - Class in net.codestory.http.filters.roles
 
RoleFilter(Map<String, String>) - Constructor for class net.codestory.http.filters.roles.RoleFilter
 
roles - Variable in class net.codestory.http.filters.auth.AuthData
 
roles() - Method in interface net.codestory.http.security.User
 
Route - Interface in net.codestory.http.routes
 
RouteCollection - Class in net.codestory.http.routes
 
RouteCollection(Env) - Constructor for class net.codestory.http.routes.RouteCollection
 
routes - Variable in class net.codestory.http.routes.RouteCollection
 
Routes - Interface in net.codestory.http.routes
 
RoutesForwarder - Class in net.codestory.http.routes
 
RoutesForwarder(Routes...) - Constructor for class net.codestory.http.routes.RoutesForwarder
 
RoutesListener - Class in net.codestory.http.routes
 
RoutesListener() - Constructor for class net.codestory.http.routes.RoutesListener
 
routesProvider - Variable in class net.codestory.http.AbstractWebServer
 
RoutesProvider - Interface in net.codestory.http.reload
 
RoutesWithPattern - Class in net.codestory.http.routes
 
RoutesWithPattern(Routes, String) - Constructor for class net.codestory.http.routes.RoutesWithPattern
 
run(String) - Method in class net.codestory.http.misc.PreCompile
 

S

SDCH - Static variable in class net.codestory.http.constants.Encodings
 
SEE_OTHER - Static variable in class net.codestory.http.constants.HttpStatus
 
seeOther(String) - Static method in class net.codestory.http.payload.Payload
 
seeOther(URI) - Static method in class net.codestory.http.payload.Payload
 
SerializationUtils - Class in net.codestory.http.io
 
SerializationUtils() - Constructor for class net.codestory.http.io.SerializationUtils
 
server - Variable in class net.codestory.http.AbstractWebServer
 
SERVICE_UNAVAILABLE - Static variable in class net.codestory.http.constants.HttpStatus
 
sessionId - Variable in class net.codestory.http.filters.auth.AuthData
 
SessionIdStore - Interface in net.codestory.http.security
 
SET_COOKIE - Static variable in class net.codestory.http.constants.Headers
 
setContentLength(long) - Method in interface net.codestory.http.Response
 
setCookie(Cookie) - Method in interface net.codestory.http.Response
 
setCurrentUser(User) - Method in class net.codestory.http.Context
 
setDomain(String) - Method in class net.codestory.http.NewCookie
 
setExpiry(int) - Method in class net.codestory.http.NewCookie
 
setExtensions(Extensions) - Method in class net.codestory.http.routes.RouteCollection
 
setExtensions(Extensions) - Method in interface net.codestory.http.routes.Routes
 
setExtensions(Extensions) - Method in class net.codestory.http.routes.RoutesForwarder
 
setExtensions(Extensions) - Method in class net.codestory.http.routes.RoutesListener
 
setHttpOnly(boolean) - Method in class net.codestory.http.NewCookie
 
setIocAdapter(IocAdapter) - Method in class net.codestory.http.routes.RouteCollection
 
setIocAdapter(IocAdapter) - Method in interface net.codestory.http.routes.Routes
 
setIocAdapter(IocAdapter) - Method in class net.codestory.http.routes.RoutesForwarder
 
setIocAdapter(IocAdapter) - Method in class net.codestory.http.routes.RoutesListener
 
setPath(String) - Method in class net.codestory.http.NewCookie
 
setSecure(boolean) - Method in class net.codestory.http.NewCookie
 
setStatus(int) - Method in interface net.codestory.http.Response
 
setValue(String) - Method in class net.codestory.http.NewCookie
 
setValue(String, String) - Method in interface net.codestory.http.Response
 
setVersion(int) - Method in class net.codestory.http.NewCookie
 
Sha1 - Class in net.codestory.http.misc
 
shouldGzip() - Method in class net.codestory.http.payload.PayloadWriter
 
shouldIgnoreError(IOException) - Method in class net.codestory.http.payload.PayloadWriter
 
SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES - Static variable in class net.codestory.http.types.ContentTypes
 
SimpleServerWrapper - Class in net.codestory.http.internal
 
SimpleServerWrapper(Handler) - Constructor for class net.codestory.http.internal.SimpleServerWrapper
 
SimpleServerWrapper(Handler, int, int) - Constructor for class net.codestory.http.internal.SimpleServerWrapper
 
Singletons - Class in net.codestory.http.injection
 
Singletons(Object...) - Constructor for class net.codestory.http.injection.Singletons
 
singleUser(String, String) - Static method in interface net.codestory.http.security.Users
 
site() - Method in class net.codestory.http.Context
 
site - Variable in class net.codestory.http.payload.PayloadWriter
 
site - Variable in class net.codestory.http.routes.RouteCollection
 
Site - Class in net.codestory.http.templating
 
Site(Env) - Constructor for class net.codestory.http.templating.Site
 
SourceRoute - Class in net.codestory.http.routes
 
SpringAdapter - Class in net.codestory.http.injection
 
SpringAdapter(BeanFactory) - Constructor for class net.codestory.http.injection.SpringAdapter
 
SpringAdapter(Class<?>...) - Constructor for class net.codestory.http.injection.SpringAdapter
 
SSLContextFactory - Class in net.codestory.http.ssl
 
SSLContextFactory() - Constructor for class net.codestory.http.ssl.SSLContextFactory
 
start() - Method in class net.codestory.http.AbstractWebServer
 
start(int) - Method in class net.codestory.http.AbstractWebServer
 
start(int, SSLContext, boolean) - Method in interface net.codestory.http.internal.HttpServerWrapper
 
start(int, SSLContext, boolean) - Method in class net.codestory.http.internal.SimpleServerWrapper
 
started(int) - Static method in class net.codestory.http.logs.Logs
 
startOnRandomPort() - Method in class net.codestory.http.AbstractWebServer
 
startSSL(int, Path, Path) - Method in class net.codestory.http.AbstractWebServer
 
startSSL(int, List<Path>, Path) - Method in class net.codestory.http.AbstractWebServer
 
startSSL(int, List<Path>, Path, List<Path>) - Method in class net.codestory.http.AbstractWebServer
 
startWithContext(int, SSLContext, boolean) - Method in class net.codestory.http.AbstractWebServer
 
stop() - Method in class net.codestory.http.AbstractWebServer
 
stop() - Method in interface net.codestory.http.internal.HttpServerWrapper
 
stop() - Method in class net.codestory.http.internal.SimpleServerWrapper
 
streamPayload(String, Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
Strings - Class in net.codestory.http.io
 
stripQuotes(String) - Static method in class net.codestory.http.io.Strings
 
substringAfter(String, String) - Static method in class net.codestory.http.io.Strings
 
substringBeforeLast(String, String) - Static method in class net.codestory.http.io.Strings
 
support_templating(Path) - Static method in class net.codestory.http.types.ContentTypes
 

T

tag() - Method in interface net.codestory.http.templating.BasicResolver
 
Template - Class in net.codestory.http.templating
 
Template(String) - Constructor for class net.codestory.http.templating.Template
 
TEMPLATE_EXTENSIONS - Static variable in class net.codestory.http.types.ContentTypes
 
TEMPORARY_REDIRECT - Static variable in class net.codestory.http.constants.HttpStatus
 
temporaryRedirect(String) - Static method in class net.codestory.http.payload.Payload
 
temporaryRedirect(URI) - Static method in class net.codestory.http.payload.Payload
 
ThreeParamsRoute - Interface in net.codestory.http.routes
 
to_rfc_1123(long) - Static method in class net.codestory.http.misc.Dates
 
toByteArray(Object) - Static method in class net.codestory.http.convert.TypeConvert
 
toBytes() - Method in interface net.codestory.http.compilers.CacheEntry
 
toHex(byte[]) - Static method in class net.codestory.http.misc.Hexa
 
toJson(Object) - Static method in class net.codestory.http.convert.TypeConvert
 
toJson(Object) - Method in class net.codestory.http.payload.PayloadWriter
 
toPath(String, String, String) - Method in class net.codestory.http.misc.PreCompile
 
toUnixString(Path) - Static method in class net.codestory.http.io.Resources
 
TRACE - Static variable in class net.codestory.http.constants.Methods
 
TwitterAuthenticator - Class in net.codestory.http.filters.twitter
 
TwitterAuthenticator(TwitterFactory) - Constructor for class net.codestory.http.filters.twitter.TwitterAuthenticator
 
TwitterAuthFilter - Class in net.codestory.http.filters.twitter
 
TwitterAuthFilter(String, String, String, String) - Constructor for class net.codestory.http.filters.twitter.TwitterAuthFilter
 
TwoParamsRoute - Interface in net.codestory.http.routes
 
TypeConvert - Class in net.codestory.http.convert
 

U

unableToBindServer(Exception) - Static method in class net.codestory.http.logs.Logs
 
unableToConfigureRoutes(Throwable) - Static method in class net.codestory.http.logs.Logs
 
unableToServerErrorPage(Exception) - Static method in class net.codestory.http.logs.Logs
 
UNAUTHORIZED - Static variable in class net.codestory.http.constants.HttpStatus
 
unauthorized(String) - Static method in class net.codestory.http.payload.Payload
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class net.codestory.http.constants.HttpStatus
 
unwrap(Class<T>) - Method in interface net.codestory.http.internal.Unwrappable
 
unwrap(Class<T>) - Method in class net.codestory.http.NewCookie
 
Unwrappable - Interface in net.codestory.http.internal
 
uri() - Method in class net.codestory.http.Context
 
uri(String) - Static method in class net.codestory.http.logs.Logs
 
uri() - Method in interface net.codestory.http.Request
 
UriParser - Class in net.codestory.http.routes
 
UriParser(String) - Constructor for class net.codestory.http.routes.UriParser
 
url(String, String, String) - Method in class net.codestory.http.misc.UrlConcat
 
url(String) - Method in class net.codestory.http.misc.WebJarUrlFinder
 
UrlConcat - Class in net.codestory.http.misc
 
UrlConcat() - Constructor for class net.codestory.http.misc.UrlConcat
 
USE_PROXY - Static variable in class net.codestory.http.constants.HttpStatus
 
User - Class in net.codestory.http.filters.twitter
 
User(Long, String, String, String, String) - Constructor for class net.codestory.http.filters.twitter.User
 
User - Interface in net.codestory.http.security
 
USER_AGENT - Static variable in class net.codestory.http.constants.Headers
 
UserMapper - Interface in net.codestory.http.filters.ssl
 
Users - Interface in net.codestory.http.security
 

V

value() - Method in interface net.codestory.http.Cookie
 
value(String) - Method in interface net.codestory.http.Cookies
 
value(String, String) - Method in interface net.codestory.http.Cookies
 
value(String, int) - Method in interface net.codestory.http.Cookies
 
value(String, long) - Method in interface net.codestory.http.Cookies
 
value(String, boolean) - Method in interface net.codestory.http.Cookies
 
value(String, T) - Method in interface net.codestory.http.Cookies
 
value(String, Class<T>) - Method in interface net.codestory.http.Cookies
 
value() - Method in class net.codestory.http.NewCookie
 
valueOf(String) - Static method in enum net.codestory.http.Context.CORSRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.codestory.http.templating.YamlParser
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.codestory.http.Context.CORSRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.codestory.http.templating.YamlParser
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class net.codestory.http.constants.Headers
 
version() - Method in interface net.codestory.http.Cookie
 
version() - Method in class net.codestory.http.NewCookie
 
VERSION_NOT_SUPPORTED - Static variable in class net.codestory.http.constants.HttpStatus
 
view() - Method in class net.codestory.http.templating.ModelAndView
 

W

WebJarUrlFinder - Class in net.codestory.http.misc
 
WebJarUrlFinder(boolean) - Constructor for class net.codestory.http.misc.WebJarUrlFinder
 
WebServer - Class in net.codestory.http
 
WebServer() - Constructor for class net.codestory.http.WebServer
 
with(Configuration) - Method in class net.codestory.http.routes.ConfigurationOverride
 
with(String) - Method in class net.codestory.http.routes.RouteCollection
 
with(String) - Method in interface net.codestory.http.routes.Routes
 
with(String) - Method in class net.codestory.http.routes.RoutesForwarder
 
with(String) - Method in class net.codestory.http.routes.RoutesListener
 
with(String) - Method in class net.codestory.http.routes.RoutesWithPattern
 
withAllowCredentials(boolean) - Method in class net.codestory.http.payload.Payload
 
withAllowHeaders(String...) - Method in class net.codestory.http.payload.Payload
 
withAllowHeaders(List<String>) - Method in class net.codestory.http.payload.Payload
 
withAllowMethods(String...) - Method in class net.codestory.http.payload.Payload
 
withAllowMethods(List<String>) - Method in class net.codestory.http.payload.Payload
 
withAllowOrigin(String) - Method in class net.codestory.http.payload.Payload
 
withBean(Class<T>, T) - Method in class net.codestory.http.routes.ConfigurationOverride
 
withCode(int) - Method in class net.codestory.http.payload.Payload
 
withCookie(String, int) - Method in class net.codestory.http.payload.Payload
 
withCookie(String, long) - Method in class net.codestory.http.payload.Payload
 
withCookie(String, boolean) - Method in class net.codestory.http.payload.Payload
 
withCookie(String, String) - Method in class net.codestory.http.payload.Payload
 
withCookie(String, Object) - Method in class net.codestory.http.payload.Payload
 
withCookie(Cookie) - Method in class net.codestory.http.payload.Payload
 
withCookies(List<Cookie>) - Method in class net.codestory.http.payload.Payload
 
withExposeHeaders(String...) - Method in class net.codestory.http.payload.Payload
 
withExposeHeaders(List<String>) - Method in class net.codestory.http.payload.Payload
 
withHeader(String, String) - Method in class net.codestory.http.payload.Payload
 
withHeaders(Map<String, String>) - Method in class net.codestory.http.payload.Payload
 
withMaxAge(int) - Method in class net.codestory.http.payload.Payload
 
write(byte[], Path) - Method in class net.codestory.http.misc.PreCompile
 
write(Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
write(byte[]) - Method in class net.codestory.http.payload.PayloadWriter
 
writeAndClose(Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
writeBufferedReader(Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
writeBytes(String, Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
writeEventStream(Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
writeInputStream(Payload) - Method in class net.codestory.http.payload.PayloadWriter
 
writeStreamingHeaders() - Method in class net.codestory.http.payload.PayloadWriter
 
WWW_AUTHENTICATE - Static variable in class net.codestory.http.constants.Headers
 

X

X_FORWARDED_FOR - Static variable in class net.codestory.http.constants.Headers
 

Y

YamlFrontMatter - Class in net.codestory.http.templating
 
YamlParser - Enum in net.codestory.http.templating
 
A B C D E F G H I K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2014. All Rights Reserved.