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

A

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
 
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(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
 
addStaticRoutes() - Method in class net.codestory.http.routes.RouteCollection
 
allMatch(Predicate<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
ALLOW - Static variable in class net.codestory.http.constants.Headers
 
anyMatch(Predicate<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
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.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
 
applyRoutes(RouteCollection, Context) - Method in class net.codestory.http.WebServer
 
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
 
BasicAuthFilter - Class in net.codestory.http.filters.basic
 
BasicAuthFilter(String, String, Map<String, String>) - Constructor for class net.codestory.http.filters.basic.BasicAuthFilter
 
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, 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
 
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
 
CLASSES_OUTPUT_DIR - Static variable in class net.codestory.http.io.Resources
 
clone(T) - Static method in class net.codestory.http.io.SerializationUtils
 
code() - Method in exception net.codestory.http.errors.HttpException
 
code() - Method in class net.codestory.http.payload.Payload
 
collect(Collector<? super T, A, ? extends R>) - Method in interface net.codestory.http.misc.Fluent
 
compile(Path, String) - Method in interface net.codestory.http.compilers.Compiler
 
compile(Path, String) - Method in enum net.codestory.http.compilers.Compilers
 
compile(String, Map<String, Object>) - Method in class net.codestory.http.templating.HandlebarsCompiler
 
Compiler - Interface in net.codestory.http.compilers
 
Compilers - Enum in net.codestory.http.compilers
 
concat(T...) - Method in interface net.codestory.http.misc.Fluent
 
concat(Iterable<T>) - Method in interface net.codestory.http.misc.Fluent
 
Configuration - Interface in net.codestory.http
 
configure(Routes) - Method in interface net.codestory.http.Configuration
 
configure(Configuration) - Method in class net.codestory.http.WebServer
 
CONFLICT - Static variable in class net.codestory.http.constants.HttpStatus
 
CONNECT - Static variable in class net.codestory.http.constants.Methods
 
contains(Object) - Method in interface net.codestory.http.misc.Fluent
 
content() - Method in interface net.codestory.http.compilers.CacheEntry
 
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
 
ContentTypes - Class in net.codestory.http.types
 
Context - Class in net.codestory.http.internal
 
Context(Request, Response, IocAdapter) - Constructor for class net.codestory.http.internal.Context
 
convert(Context, String[], Class<?>[]) - Static method in class net.codestory.http.convert.TypeConvert
 
convert(String[], Class<?>[]) - Static method in class net.codestory.http.convert.TypeConvert
 
convert(Context, Class<T>) - Static method in class net.codestory.http.convert.TypeConvert
 
convertValue(Object, Class<T>) - Static method in class net.codestory.http.convert.TypeConvert
 
COOKIE - Static variable in class net.codestory.http.constants.Headers
 
cookie(String) - Method in class net.codestory.http.internal.Context
 
cookies() - Method in class net.codestory.http.internal.Context
 
cookies() - Method in class net.codestory.http.payload.Payload
 
cookieValue(String) - Method in class net.codestory.http.internal.Context
 
cookieValue(String, T) - Method in class net.codestory.http.internal.Context
 
cookieValue(String, Class<T>) - Method in class net.codestory.http.internal.Context
 
cookieValue(String, String) - Method in class net.codestory.http.internal.Context
 
cookieValue(String, int) - Method in class net.codestory.http.internal.Context
 
cookieValue(String, long) - Method in class net.codestory.http.internal.Context
 
cookieValue(String, boolean) - Method in class net.codestory.http.internal.Context
 
copy(InputStream, OutputStream) - Static method in class net.codestory.http.io.InputStreams
 
copyInto(C) - Method in interface net.codestory.http.misc.Fluent
 
count(Predicate<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
countMatches(String, String) - Static method in class net.codestory.http.io.Strings
 
create(Path, Path) - Method in class net.codestory.http.ssl.SSLContextFactory
 
CREATED - Static variable in class net.codestory.http.constants.HttpStatus
 
created() - Static method in class net.codestory.http.payload.Payload
 
currentUser() - Method in class net.codestory.http.internal.Context
 
cycle() - Method in interface net.codestory.http.misc.Fluent
 

D

DATE - Static variable in class net.codestory.http.constants.Headers
 
Dates - Class in net.codestory.http.misc
 
DEFLATE - Static variable in class net.codestory.http.constants.Encodings
 
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(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 enum net.codestory.http.misc.Env
 
disableFilesystem() - Method in enum net.codestory.http.misc.Env
 
disk(File) - Static method in interface net.codestory.http.compilers.CacheEntry
 
DiskCache - Class in net.codestory.http.compilers
 
DiskCache(String) - Constructor for class net.codestory.http.compilers.DiskCache
 
distinct() - Method in interface net.codestory.http.misc.Fluent
 
doubleStream(ToDoubleFunction<? super T>) - Method in interface net.codestory.http.misc.Fluent
 

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 - Enum in net.codestory.http.misc
 
ErrorPage - Class in net.codestory.http.errors
 
ErrorPage(Payload, Exception) - Constructor for class net.codestory.http.errors.ErrorPage
 
errorPage(Payload) - Method in class net.codestory.http.WebServer
 
errorPage(Exception) - Method in class net.codestory.http.WebServer
 
errorPage(Payload, Exception) - Method in class net.codestory.http.WebServer
 
ETAG - Static variable in class net.codestory.http.constants.Headers
 
exclude(Predicate<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
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
 
extension(Path) - Static method in class net.codestory.http.io.Resources
 

F

FakeAuthenticator - Class in net.codestory.http.filters.twitter
 
FakeAuthenticator() - Constructor for class net.codestory.http.filters.twitter.FakeAuthenticator
 
FileVisitor - Interface in net.codestory.http.io
 
Filter - Interface in net.codestory.http.filters
 
filter(Predicate<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
filter(Class<R>) - Method in interface net.codestory.http.misc.Fluent
 
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
 
findExistingPath(String) - Static method in class net.codestory.http.io.Resources
 
first() - Method in interface net.codestory.http.misc.Fluent
 
firstMatch(Predicate<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
fixed(Configuration) - Static method in interface net.codestory.http.reload.RoutesProvider
 
flatMap(Function<? super T, L>) - Method in interface net.codestory.http.misc.Fluent
 
Fluent<T> - Interface in net.codestory.http.misc
 
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
 
forEachOrdered(Consumer<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
forEachWithIndex(BiConsumer<Integer, T>) - Method in interface net.codestory.http.misc.Fluent
 
FOUND - Static variable in class net.codestory.http.constants.HttpStatus
 
FourParamsRoute - Interface in net.codestory.http.routes
 
fromJson(String, Class<T>) - Static method in class net.codestory.http.convert.TypeConvert
 

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() - 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(String) - Method in class net.codestory.http.internal.Context
 
get(int) - Method in interface net.codestory.http.misc.Fluent
 
get() - Method in class net.codestory.http.misc.MemoizingSupplier
 
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(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() - Static method in class net.codestory.http.templating.Site
 
get(String) - Method in class net.codestory.http.templating.Site
 
get(Path) - Static method in class net.codestory.http.types.ContentTypes
 
getAll(String) - Method in class net.codestory.http.internal.Context
 
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.internal.Context
 
getBoolean(String) - Method in class net.codestory.http.internal.Context
 
getCategories() - Method in class net.codestory.http.templating.Site
 
getClientAddress() - Method in class net.codestory.http.internal.Context
 
getContent() - Method in class net.codestory.http.templating.YamlFrontMatter
 
getContentType(String) - Method in class net.codestory.http.payload.Payload
 
getData(String, Context) - Method in class net.codestory.http.payload.Payload
 
getData() - Method in class net.codestory.http.templating.Site
 
getFloat(String) - Method in class net.codestory.http.internal.Context
 
getHeader(String) - Method in class net.codestory.http.internal.Context
 
getHeaders(String) - Method in class net.codestory.http.internal.Context
 
getInteger(String) - Method in class net.codestory.http.internal.Context
 
getIocAdapter() - Method in class net.codestory.http.routes.RouteCollection
 
getOnlyElement() - Method in interface net.codestory.http.misc.Fluent
 
getPages() - Method in class net.codestory.http.templating.Site
 
getPath() - Method in class net.codestory.http.templating.YamlFrontMatter
 
Gets - Annotation Type in net.codestory.http.annotations
 
getTags() - Method in class net.codestory.http.templating.Site
 
getVariables() - Method in class net.codestory.http.templating.YamlFrontMatter
 
GONE - Static variable in class net.codestory.http.constants.HttpStatus
 
GuiceAdapter - Class in net.codestory.http.injection
 
GuiceAdapter(Module...) - Constructor for class net.codestory.http.injection.GuiceAdapter
 
GZIP - Static variable in class net.codestory.http.constants.Encodings
 

H

HandlebarsCompiler - Class in net.codestory.http.templating
 
HandlebarsCompiler() - Constructor for class net.codestory.http.templating.HandlebarsCompiler
 
handleServerError(Context, Exception) - Method in class net.codestory.http.WebServer
 
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(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
 
Headers - Class in net.codestory.http.constants
 
headers() - Method in class net.codestory.http.payload.Payload
 
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
 
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
 
include(Class<? extends Configuration>) - Method in class net.codestory.http.routes.RouteCollection
 
include(Configuration) - Method in class net.codestory.http.routes.RouteCollection
 
include(Class<? extends Configuration>) - Method in interface net.codestory.http.routes.Routes
 
include(Configuration) - Method in interface net.codestory.http.routes.Routes
 
index(Function<? super T, K>) - Method in interface net.codestory.http.misc.Fluent
 
indexOf(Object) - Method in interface net.codestory.http.misc.Fluent
 
InputStreams - Class in net.codestory.http.io
 
INTERNAL_SERVER_ERROR - Static variable in class net.codestory.http.constants.HttpStatus
 
intStream(ToIntFunction<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
IocAdapter - Interface in net.codestory.http.injection
 
is_binary(Path) - Static method in class net.codestory.http.types.ContentTypes
 
isBetter(Payload) - Method in class net.codestory.http.payload.Payload
 
isEmpty() - Method in interface net.codestory.http.misc.Fluent
 
isError() - Method in class net.codestory.http.payload.Payload
 
isPublic(Path) - Static method in class net.codestory.http.io.Resources
 
isSuccess() - Method in class net.codestory.http.payload.Payload
 
iterator() - Method in interface net.codestory.http.misc.Fluent
 

J

join(CharSequence) - Method in interface net.codestory.http.misc.Fluent
 
join() - Method in interface net.codestory.http.misc.Fluent
 

K

keyValues() - Method in class net.codestory.http.internal.Context
 

L

last() - Method in interface net.codestory.http.misc.Fluent
 
LAST_MODIFIED - Static variable in class net.codestory.http.constants.Headers
 
lastModified() - Method in interface net.codestory.http.compilers.CacheEntry
 
LENGTH_REQUIRED - Static variable in class net.codestory.http.constants.HttpStatus
 
limit(int) - Method in interface net.codestory.http.misc.Fluent
 
LINK - Static variable in class net.codestory.http.constants.Headers
 
list() - Static method in class net.codestory.http.io.Resources
 
LOCATION - Static variable in class net.codestory.http.constants.Headers
 
LogRequestFilter - Class in net.codestory.http.filters.log
 
LogRequestFilter() - Constructor for class net.codestory.http.filters.log.LogRequestFilter
 
longStream(ToLongFunction<? super T>) - Method in interface net.codestory.http.misc.Fluent
 

M

main(String[]) - Static method in class net.codestory.http.WebServer
 
map(Function<? super T, ? extends R>) - Method in interface net.codestory.http.misc.Fluent
 
matches(String) - Method in class net.codestory.http.internal.UriParser
 
matchMethod(String) - Method in interface net.codestory.http.routes.Route
 
matchUri(String) - Method in interface net.codestory.http.routes.Route
 
max(Comparator<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
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
 
memory(String) - Static method in interface net.codestory.http.compilers.CacheEntry
 
merge(Model) - Method in class net.codestory.http.templating.Model
 
merge(Map<String, Object>) - Method in class net.codestory.http.templating.Model
 
method() - Method in class net.codestory.http.internal.Context
 
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
 
min(Comparator<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
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

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.filters - package net.codestory.http.filters
 
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.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.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.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
 
NO_CONTENT - Static variable in class net.codestory.http.constants.HttpStatus
 
noneMatch(Predicate<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
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
 
notNulls() - Method in interface net.codestory.http.misc.Fluent
 

O

of() - Static method in interface net.codestory.http.misc.Fluent
 
of(T...) - Static method in interface net.codestory.http.misc.Fluent
 
of(int[]) - Static method in interface net.codestory.http.misc.Fluent
 
of(double[]) - Static method in interface net.codestory.http.misc.Fluent
 
of(long[]) - Static method in interface net.codestory.http.misc.Fluent
 
of(Iterable<T>) - Static method in interface net.codestory.http.misc.Fluent
 
of(Iterator<T>) - Static method in interface net.codestory.http.misc.Fluent
 
of(Stream<T>) - Static method in interface net.codestory.http.misc.Fluent
 
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
 
ofChars(String) - Static method in interface net.codestory.http.misc.Fluent
 
OK - Static variable in class net.codestory.http.constants.HttpStatus
 
ok() - Static method in class net.codestory.http.payload.Payload
 
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
 
OPTIONS - Static variable in class net.codestory.http.constants.Methods
 
overriddenPort(int) - Method in enum net.codestory.http.misc.Env
 
overrideMapper(ObjectMapper) - Static method in class net.codestory.http.convert.TypeConvert
 

P

params(String, Map<String, String>) - Method in class net.codestory.http.internal.UriParser
 
paramsCount(String) - Static method in class net.codestory.http.internal.UriParser
 
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
 
parseMap(String) - Method in enum net.codestory.http.templating.YamlParser
 
PARTIAL_CONTENT - Static variable in class net.codestory.http.constants.HttpStatus
 
payload() - Method in class net.codestory.http.errors.ErrorPage
 
payload() - Method in class net.codestory.http.internal.Context
 
payload(Class<T>) - Method in class net.codestory.http.internal.Context
 
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
 
PAYMENT_REQUIRED - Static variable in class net.codestory.http.constants.HttpStatus
 
port() - Method in class net.codestory.http.WebServer
 
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(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
 
postProcess(T) - Method in class net.codestory.http.injection.Singletons
 
Posts - Annotation Type in net.codestory.http.annotations
 
PRECONDITION_FAILED - Static variable in class net.codestory.http.constants.HttpStatus
 
Prefix - Annotation Type in net.codestory.http.annotations
 
prodMode() - Method in enum net.codestory.http.misc.Env
 
Produces - Annotation Type in net.codestory.http.annotations
 
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(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
 
Puts - Annotation Type in net.codestory.http.annotations
 

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
 
reduce(T, BinaryOperator<T>) - Method in interface net.codestory.http.misc.Fluent
 
reduce(BinaryOperator<T>) - Method in interface net.codestory.http.misc.Fluent
 
register(Supplier<Compiler>, String, String...) - Method in enum net.codestory.http.compilers.Compilers
 
relativePath(Path, Path) - Static method in class net.codestory.http.io.Resources
 
reloading(Configuration) - Static method in interface net.codestory.http.reload.RoutesProvider
 
render() - Method in class net.codestory.http.templating.Template
 
render(Model) - Method in class net.codestory.http.templating.Template
 
renderAsString() - Method in class net.codestory.http.templating.Template
 
renderAsString(Model) - Method in class net.codestory.http.templating.Template
 
request() - Method in class net.codestory.http.internal.Context
 
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
 
reset() - Method in class net.codestory.http.WebServer
 
Resources - Class in net.codestory.http.io
 
response() - Method in class net.codestory.http.internal.Context
 
RETRY_AFTER - Static variable in class net.codestory.http.constants.Headers
 
reversed(Comparator<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
reversedOn(Function<? super T, C>) - Method in interface net.codestory.http.misc.Fluent
 
Route - Interface in net.codestory.http.routes
 
RouteCollection - Class in net.codestory.http.routes
 
RouteCollection() - Constructor for class net.codestory.http.routes.RouteCollection
 
Routes - Interface in net.codestory.http.routes
 
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
 

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
 
SERVICE_UNAVAILABLE - Static variable in class net.codestory.http.constants.HttpStatus
 
SET_COOKIE - Static variable in class net.codestory.http.constants.Headers
 
setCurrentUser(String) - Method in class net.codestory.http.internal.Context
 
setIocAdapter(IocAdapter) - Method in class net.codestory.http.routes.RouteCollection
 
setIocAdapter(IocAdapter) - Method in interface net.codestory.http.routes.Routes
 
Sha1 - Class in net.codestory.http.misc
 
Singletons - Class in net.codestory.http.injection
 
Singletons() - Constructor for class net.codestory.http.injection.Singletons
 
Site - Class in net.codestory.http.templating
 
size() - Method in interface net.codestory.http.misc.Fluent
 
sorted() - Method in interface net.codestory.http.misc.Fluent
 
sorted(Comparator<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
sortedOn(Function<? super T, C>) - Method in interface net.codestory.http.misc.Fluent
 
SSLContextFactory - Class in net.codestory.http.ssl
 
SSLContextFactory() - Constructor for class net.codestory.http.ssl.SSLContextFactory
 
start() - Method in class net.codestory.http.WebServer
 
start(int) - Method in class net.codestory.http.WebServer
 
startOnRandomPort() - Method in class net.codestory.http.WebServer
 
startSSL(int, Path, Path) - Method in class net.codestory.http.WebServer
 
stop() - Method in class net.codestory.http.WebServer
 
stream() - Method in interface net.codestory.http.misc.Fluent
 
Strings - Class in net.codestory.http.io
 
stripQuotes(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

Template - Class in net.codestory.http.templating
 
Template(String, String) - Constructor for class net.codestory.http.templating.Template
 
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
 
toArray(IntFunction<T[]>) - Method in interface net.codestory.http.misc.Fluent
 
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
 
toList() - Method in interface net.codestory.http.misc.Fluent
 
toMap(Function<? super T, V>) - Method in interface net.codestory.http.misc.Fluent
 
toSet() - Method in interface net.codestory.http.misc.Fluent
 
toSortedList(Comparator<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
toSortedSet(Comparator<? super T>) - Method in interface net.codestory.http.misc.Fluent
 
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

UNAUTHORIZED - Static variable in class net.codestory.http.constants.HttpStatus
 
unauthorized(String) - Static method in class net.codestory.http.payload.Payload
 
uniqueIndex(Function<? super T, K>) - Method in interface net.codestory.http.misc.Fluent
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class net.codestory.http.constants.HttpStatus
 
uri() - Method in class net.codestory.http.internal.Context
 
UriParser - Class in net.codestory.http.internal
 
UriParser(String) - Constructor for class net.codestory.http.internal.UriParser
 
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_AGENT - Static variable in class net.codestory.http.constants.Headers
 

V

valueOf(String) - Static method in enum net.codestory.http.compilers.Compilers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.codestory.http.misc.Env
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.compilers.Compilers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.codestory.http.misc.Env
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_NOT_SUPPORTED - Static variable in class net.codestory.http.constants.HttpStatus
 
view() - Method in class net.codestory.http.templating.ModelAndView
 

W

WebServer - Class in net.codestory.http
 
WebServer() - Constructor for class net.codestory.http.WebServer
 
WebServer(Configuration) - Constructor for class net.codestory.http.WebServer
 
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.RoutesWithPattern
 
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
 
withHeader(String, String) - Method in class net.codestory.http.payload.Payload
 
withHeaders(Map<String, String>) - Method in class net.codestory.http.payload.Payload
 
writeTo(Context) - Method in class net.codestory.http.payload.Payload
 
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 J K L M N O P R S T U V W X Y 
Skip navigation links

Copyright © 2014. All Rights Reserved.