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

B

BASE_URL - Static variable in class com.bitplan.fritzbox.HomeAutomationImpl
 
BlockTime - Variable in class com.bitplan.fritzbox.SessionInfo
 
build() - Method in class de.ingo.fritzbox.data.Call.Builder
Creates a Call-object from the values set in this builder.
Builder() - Constructor for class de.ingo.fritzbox.data.Call.Builder
 

C

Call - Class in de.ingo.fritzbox.data
This objects represents a call.
Call.Builder - Class in de.ingo.fritzbox.data
A Builder to create a Call object.
CallAPI - Interface in com.bitplan.fritzbox
FritzBox Call API
CallAPIImpl - Class in com.bitplan.fritzbox
access to call API
CallAPIImpl(FritzBoxSession) - Constructor for class com.bitplan.fritzbox.CallAPIImpl
construct me from a FritzBox Session
callerName(String) - Method in class de.ingo.fritzbox.data.Call.Builder
Sets the caller name.
callerNumber(String) - Method in class de.ingo.fritzbox.data.Call.Builder
Sets the caller number.
CallType - Enum in de.ingo.fritzbox.data
This enumeration contains all known call types.
celsius - Variable in class com.bitplan.fritzbox.Temperature
 
Challenge - Variable in class com.bitplan.fritzbox.SessionInfo
 
close() - Method in interface com.bitplan.fritzbox.FritzBoxSession
logout
close() - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
CmdLine - Class in com.bitplan.fritzbox
command line interface for home automation
CmdLine() - Constructor for class com.bitplan.fritzbox.CmdLine
 
com.bitplan.fritzbox - package com.bitplan.fritzbox
 
connect() - Method in interface com.bitplan.fritzbox.FritzBoxSession
login if needed
connect() - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
createNewSession() - Method in interface com.bitplan.fritzbox.FritzBoxSessionBuilder
 
createNewSession() - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
CsvParser - Class in de.ingo.fritzbox.utils
A CsvParser to parse csv files provided by the FritzBox.
CsvParser() - Constructor for class de.ingo.fritzbox.utils.CsvParser
 

D

dash(int) - Method in class com.bitplan.fritzbox.CmdLine
get the given number of dashes
date(String) - Method in class de.ingo.fritzbox.data.Call.Builder
Casts the string to a Date object and sets it as call date.
date(Date) - Method in class de.ingo.fritzbox.data.Call.Builder
Sets the given date as call date.
de.ingo.fritzbox.data - package de.ingo.fritzbox.data
 
de.ingo.fritzbox.utils - package de.ingo.fritzbox.utils
 
debug - Static variable in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
Device - Class in com.bitplan.fritzbox
 
Device() - Constructor for class com.bitplan.fritzbox.Device
 
DeviceList - Class in com.bitplan.fritzbox
 
DeviceList() - Constructor for class com.bitplan.fritzbox.DeviceList
 
devicelock - Variable in class com.bitplan.fritzbox.SwitchState
 
devices - Variable in class com.bitplan.fritzbox.DeviceList
 
dial(String) - Method in interface com.bitplan.fritzbox.CallAPI
dial the given number
dial(String) - Method in class com.bitplan.fritzbox.CallAPIImpl
 
doCommand() - Method in class com.bitplan.fritzbox.CmdLine
handle the command line command
doGetResponse(String, String) - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
response handler (to be mocked in test cases)
domockito - Static variable in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
duration(String) - Method in class de.ingo.fritzbox.data.Call.Builder
Parses a string of the type "HH:mm" to seconds.
duration(int) - Method in class de.ingo.fritzbox.data.Call.Builder
Sets the duration of the call in minutes.

E

energy - Variable in class com.bitplan.fritzbox.PowerMeter
 
error(String) - Method in class com.bitplan.fritzbox.CmdLine
print the given error and set the exit Code

F

Fritzbox - Interface in com.bitplan.fritzbox
fritzbox configuration interface
FritzboxImpl - Class in com.bitplan.fritzbox
Fritzbox information
FritzboxImpl() - Constructor for class com.bitplan.fritzbox.FritzboxImpl
 
FritzBoxSession - Interface in com.bitplan.fritzbox
FritzBox session interface
FritzBoxSessionBuilder - Interface in com.bitplan.fritzbox
interface to create a new session
FritzBoxSessionImpl - Class in com.bitplan.fritzbox
a FritzBox!
FritzBoxSessionImpl() - Constructor for class com.bitplan.fritzbox.FritzBoxSessionImpl
create a FritzBox Session
FritzBoxSessionImpl(Fritzbox) - Constructor for class com.bitplan.fritzbox.FritzBoxSessionImpl
create a FritzBox Session
fromInteger(int) - Static method in enum de.ingo.fritzbox.data.CallType
Creates a call type object from the given value.
functionbitmask - Variable in class com.bitplan.fritzbox.Device
 
fwversion - Variable in class com.bitplan.fritzbox.Device
 

G

getAin() - Method in class com.bitplan.fritzbox.Device
 
getAinForName(String) - Method in interface com.bitplan.fritzbox.HomeAutomation
get the ain for the given devicename
getAinForName(String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
get the ain for the given devicename
getCallerName() - Method in class de.ingo.fritzbox.data.Call
Gives the caller name.
getCallerNumber() - Method in class de.ingo.fritzbox.data.Call
Gives the caller number.
getCallList() - Method in interface com.bitplan.fritzbox.CallAPI
Requests the call list from the FritzBox and returns it.
getCallList() - Method in class com.bitplan.fritzbox.CallAPIImpl
Requests the call list from the FritzBox and returns it.
getDate() - Method in class de.ingo.fritzbox.data.Call
Gives the call type.
getDeviceListInfos() - Method in interface com.bitplan.fritzbox.HomeAutomation
getdevicelistinfos
getDeviceListInfos() - Method in class com.bitplan.fritzbox.HomeAutomationImpl
get the Device List
getDuration() - Method in class de.ingo.fritzbox.data.Call
The duration of the call in minutes.
getInstance() - Static method in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
getMd5(String) - Method in interface com.bitplan.fritzbox.FritzBoxSession
get the md5 for the given input
getMd5(String) - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
getPassword() - Method in interface com.bitplan.fritzbox.Fritzbox
 
getPassword() - Method in class com.bitplan.fritzbox.FritzboxImpl
 
getPropertyFile() - Static method in class com.bitplan.fritzbox.FritzboxImpl
get the property file
getResponse(String, String) - Method in interface com.bitplan.fritzbox.FritzBoxSession
get a String response for the given params
getResponse(String, String) - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
get the response for the given relative Url
getResponse(String, String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
get the result for the given ain and command
getSessionInfo(String) - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
get the session info
getSubstationName() - Method in class de.ingo.fritzbox.data.Call
Gives the sub station name.
getSubstationNumber() - Method in class de.ingo.fritzbox.data.Call
Gives the sub station number.
getSwitchEnergy(String) - Method in interface com.bitplan.fritzbox.HomeAutomation
getswitchenergy
getSwitchEnergy(String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
 
getSwitchList() - Method in interface com.bitplan.fritzbox.HomeAutomation
getswitchlist
getSwitchList() - Method in class com.bitplan.fritzbox.HomeAutomationImpl
 
getSwitchName(String) - Method in interface com.bitplan.fritzbox.HomeAutomation
getswitchname
getSwitchName(String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
get the name of the given switch
getSwitchPowerWatt(String) - Method in interface com.bitplan.fritzbox.HomeAutomation
getswitchpower
getSwitchPowerWatt(String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
 
getSwitchPresent(String) - Method in interface com.bitplan.fritzbox.HomeAutomation
getswitchpresent
getSwitchPresent(String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
 
getSwitchState(String) - Method in interface com.bitplan.fritzbox.HomeAutomation
getswitchstate
getSwitchState(String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
 
getTemperature(String) - Method in interface com.bitplan.fritzbox.HomeAutomation
gettemperature
getTemperature(String) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
 
getTemperature() - Method in class com.bitplan.fritzbox.Temperature
 
getType() - Method in class de.ingo.fritzbox.data.Call
Gives the call type.
getTypedResponse(String, String, Class) - Method in interface com.bitplan.fritzbox.FritzBoxSession
get an XML Result for the given params
getTypedResponse(String, String, Class) - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
get the XML Result
getUrl() - Method in interface com.bitplan.fritzbox.Fritzbox
 
getUrl() - Method in class com.bitplan.fritzbox.FritzboxImpl
 
getUsername() - Method in interface com.bitplan.fritzbox.Fritzbox
 
getUsername() - Method in class com.bitplan.fritzbox.FritzboxImpl
 
getValue() - Method in enum de.ingo.fritzbox.data.CallType
Returns the value of the CallType the FritzBox is working with.

H

handle(Throwable) - Method in class com.bitplan.fritzbox.CmdLine
handle the given Throwable
HomeAutomation - Interface in com.bitplan.fritzbox
Home Automation functions see https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf
HomeAutomationImpl - Class in com.bitplan.fritzbox
Home Automation access
HomeAutomationImpl(FritzBoxSession) - Constructor for class com.bitplan.fritzbox.HomeAutomationImpl
construct me from a session

I

id - Variable in class com.bitplan.fritzbox.Device
 
identifier - Variable in class com.bitplan.fritzbox.Device
 

L

lock - Variable in class com.bitplan.fritzbox.SwitchState
 
LOGGER - Static variable in class com.bitplan.fritzbox.CallAPIImpl
 
LOGGER - Static variable in class com.bitplan.fritzbox.CmdLine
 
LOGGER - Static variable in class com.bitplan.fritzbox.FritzBoxSessionImpl
 
login() - Method in interface com.bitplan.fritzbox.Fritzbox
 
login() - Method in class com.bitplan.fritzbox.FritzboxImpl
 
login() - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
login in and return the session
logout() - Method in class com.bitplan.fritzbox.FritzBoxSessionImpl
 

M

main(String[]) - Static method in class com.bitplan.fritzbox.CmdLine
main routine
maininstance(String[]) - Method in class com.bitplan.fritzbox.CmdLine
main routine
manufacturer - Variable in class com.bitplan.fritzbox.Device
 
mode - Variable in class com.bitplan.fritzbox.SwitchState
 

N

name - Variable in class com.bitplan.fritzbox.Device
 

O

offset - Variable in class com.bitplan.fritzbox.Temperature
 

P

parseCallList(String) - Static method in class de.ingo.fritzbox.utils.CsvParser
Parses a call list CSV file.
power - Variable in class com.bitplan.fritzbox.PowerMeter
 
PowerMeter - Class in com.bitplan.fritzbox
power meter info
PowerMeter() - Constructor for class com.bitplan.fritzbox.PowerMeter
 
present - Variable in class com.bitplan.fritzbox.Device
 
productname - Variable in class com.bitplan.fritzbox.Device
 

R

readFromProperties() - Static method in class com.bitplan.fritzbox.FritzboxImpl
read me from application.properties file
readResponse(InputStream) - Static method in class com.bitplan.fritzbox.FritzBoxSessionImpl
read a response string from the given input stream
readUrl(String) - Static method in class com.bitplan.fritzbox.FritzBoxSessionImpl
read from the given url

S

s(char, int) - Method in class com.bitplan.fritzbox.CmdLine
get a string with number repetitions of the given char
SessionInfo - Class in com.bitplan.fritzbox
 
SessionInfo() - Constructor for class com.bitplan.fritzbox.SessionInfo
 
setSwitchOnOff(String, boolean) - Method in interface com.bitplan.fritzbox.HomeAutomation
setswitchon / setswitchoff
setSwitchOnOff(String, boolean) - Method in class com.bitplan.fritzbox.HomeAutomationImpl
switch the power state of the given device
show(String, Object...) - Method in class com.bitplan.fritzbox.CmdLine
show the given values in the given format
showHelp() - Method in class com.bitplan.fritzbox.CmdLine
show Help
showVersion() - Method in class com.bitplan.fritzbox.CmdLine
show the Version
SID - Variable in class com.bitplan.fritzbox.SessionInfo
 
state - Variable in class com.bitplan.fritzbox.Device
 
state - Variable in class com.bitplan.fritzbox.SwitchState
 
substationName(String) - Method in class de.ingo.fritzbox.data.Call.Builder
Sets the substationName
substationNumber(String) - Method in class de.ingo.fritzbox.data.Call.Builder
Sets the sub station number.
SwitchState - Class in com.bitplan.fritzbox
the switch state
SwitchState() - Constructor for class com.bitplan.fritzbox.SwitchState
 

T

Temperature - Class in com.bitplan.fritzbox
Temperature info
Temperature() - Constructor for class com.bitplan.fritzbox.Temperature
 
testMode - Static variable in class com.bitplan.fritzbox.CmdLine
 
toString() - Method in class com.bitplan.fritzbox.Device
 
toString() - Method in class com.bitplan.fritzbox.PowerMeter
 
toString() - Method in class com.bitplan.fritzbox.SwitchState
 
toString() - Method in class com.bitplan.fritzbox.Temperature
 
toString() - Method in class de.ingo.fritzbox.data.Call
 
type(CallType) - Method in class de.ingo.fritzbox.data.Call.Builder
Sets the type of the call.
type(int) - Method in class de.ingo.fritzbox.data.Call.Builder
Transforms the integer to a call type and sets it.
type(String) - Method in class de.ingo.fritzbox.data.Call.Builder
Casts the string to a Integer to be transformed into a CallType and sets it.

U

usage(String) - Method in class com.bitplan.fritzbox.CmdLine
display usage

V

valueOf(String) - Static method in enum de.ingo.fritzbox.data.CallType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.ingo.fritzbox.data.CallType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.bitplan.fritzbox.CmdLine
 
version - Variable in class com.bitplan.fritzbox.DeviceList
 

W

work() - Method in class com.bitplan.fritzbox.CmdLine
work on the given commands
B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2018 BITPlan GmbH. All rights reserved.