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

H

hash - Variable in class r01f.types.collections.SoftHashMap.Entry
 
hashCode() - Method in class r01f.types.collections.SoftHashMap.Entry
 
hashCode() - Method in class r01f.types.collections.SoftHashMap.SimpleEntry
 
hasKey(String) - Method in class r01f.locale.I18NBundle
Comprueba si existe un mensaje con una clave en la cadena de Bundles
hasNext() - Method in class r01f.io.ByteArrayChunkedIterator
 
hasNext() - Method in class r01f.io.ByteStreamChunkedIterator
 
hasNext() - Method in class r01f.types.collections.SoftHashMap.HashIterator
 
hasToBeLogged() - Method in interface r01f.exceptions.EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsReader
 
hasToBeLogged() - Method in class r01f.exceptions.EnrichedThrowableCustomizations
 
HEADER_ENCODING_ISO_8859_1 - Static variable in class r01f.xml.XMLUtils
 
HEADER_ENCODING_ISO_UTF8 - Static variable in class r01f.xml.XMLUtils
 
hear(TypeLiteral<I>, TypeEncounter<I>) - Method in class r01f.ejb.EJBGuiceListeners.EJBTypeListener
 
hear(TypeLiteral<I>, TypeEncounter<I>) - Method in class r01f.locale.I18NMessageAnnotationGuiceHandler
 
HIGHKEYCOLUMN - Static variable in class r01f.guids.HighLowBBDDGUIDPersist
 
HighLowBBDDGUIDPersist - Class in r01f.guids
Se encarga del acceso a base de datos para la generacion de GUIDs.
HighLowBBDDGUIDPersist() - Constructor for class r01f.guids.HighLowBBDDGUIDPersist
 
HighLowGUIDDispenser - Class in r01f.guids
Maneja un GUID en base a un valor HIGH, un valor LOW que se incrementa localmente y un identificador unico de dominio: HIGH + LOW + UniqueID El GUIDDispenser puede utilizarse en los siguientes casos: CASO 1: Los GUIDs generados han de ser unicos SIEMPRE ----------------------------------------------------- En este caso hay que almacenar el valor HIGH en base de datos ya que si se reinicia el dispenser (reinicio de la maquina, etc) el siguiente guid ha de ser unico y para ello el valor de high ha de guardarse...
HighLowGUIDDispenser(GUIDDispenserDef, Map<String, HighLowGUIDPersist>) - Constructor for class r01f.guids.HighLowGUIDDispenser
 
HighLowGUIDDispenser.HighLowGUIDDispenserFactory - Interface in r01f.guids
 
HighLowGUIDPersist - Interface in r01f.guids
Interfaz que han de cumplir las clases que se encargan de la persistencia de uids
HighLowKey - Class in r01f.guids
Modela una clave (HIGH o LOW)
HighLowKey(int) - Constructor for class r01f.guids.HighLowKey
ConStruye una clave con el tamaño que se pasa (que equivala a dicho tamaño por 8 en bytes)
HighLowKey(String) - Constructor for class r01f.guids.HighLowKey
Construye una clave a partir de su representacion en forma de String
HighLowMaxForKeyReachedException - Exception in r01f.guids
 
HighLowMaxForKeyReachedException() - Constructor for exception r01f.guids.HighLowMaxForKeyReachedException
 
HighLowMaxForKeyReachedException(Exception) - Constructor for exception r01f.guids.HighLowMaxForKeyReachedException
 
HighLowMaxForKeyReachedException(String) - Constructor for exception r01f.guids.HighLowMaxForKeyReachedException
 
HighLowMaxForKeyReachedException(String, Exception) - Constructor for exception r01f.guids.HighLowMaxForKeyReachedException
 
HighLowMemoryGUIDPersist - Class in r01f.guids
Persistencia en memoria de GUIDs Implementa el interfaz GUIDPersist almacenando en memoria el valor de la parte high de la clave y la definicion del GUID
HighLowMemoryGUIDPersist() - Constructor for class r01f.guids.HighLowMemoryGUIDPersist
 
HttpClient - Class in r01f.httpclient
Cliente HTTP Simple basado en fluentAPI Truco muy util : Si la conexion es HTTPS utiliza el parametro -Djavax.net.debug=all Ejemplo de uso: InputStream is = HttpClient.forUrl("http://www.euskadi.net") .withParameters(params) .usingGETRequestMethod() .usingProxy("intercon","8080","user","password") .getResponse().getInputStream();
HttpClient() - Constructor for class r01f.httpclient.HttpClient
 
HttpConnectionRetriever - Class in r01f.httpclient
Se encarga de obtener una conexión con un servidor via HTTP (no seguro)
HttpConnectionRetriever() - Constructor for class r01f.httpclient.HttpConnectionRetriever
 
HttpConnectionStatement - Class in r01f.httpclient
 
HttpConnectionStatement(String, Charset, List<HttpRequestParameter>, HttpMethodStatement.RequestMethod) - Constructor for class r01f.httpclient.HttpConnectionStatement
 
HttpMethodStatement - Class in r01f.httpclient
 
HttpMethodStatement(String, Charset, List<HttpRequestParameter>) - Constructor for class r01f.httpclient.HttpMethodStatement
Constructor a partir de la url y los parametros
HttpMethodStatement.RequestMethod - Enum in r01f.httpclient
 
HttpMethodStatement.RequestMethod() - Constructor for enum r01f.httpclient.HttpMethodStatement.RequestMethod
 
HttpRequestBinaryParameter - Class in r01f.httpclient
 
HttpRequestBinaryParameter(String, InputStream) - Constructor for class r01f.httpclient.HttpRequestBinaryParameter
 
HttpRequestParameter - Interface in r01f.httpclient
 
HttpRequestStringParameter - Class in r01f.httpclient
 
HttpRequestStringParameter(String, String) - Constructor for class r01f.httpclient.HttpRequestStringParameter
Constructor en base al nombre y valor del parametro
HttpResponseStatement - Class in r01f.httpclient
 
HttpResponseStatement(String, Charset, long, List<HttpRequestParameter>, HttpMethodStatement.RequestMethod, Map<String, String>, String, String, String, String) - Constructor for class r01f.httpclient.HttpResponseStatement
 
HttpsConnectionRetriever - Class in r01f.httpclient
Se encarga de obtener una conexión con un servidor via HTTPs (seguro)
HttpsConnectionRetriever() - Constructor for class r01f.httpclient.HttpsConnectionRetriever
 
HttpURLStatement - Class in r01f.httpclient
 
HttpURLStatement(String) - Constructor for class r01f.httpclient.HttpURLStatement
Constructur a partir de la url

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